原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"managed-by-terraform",
"hacktoberfest",
"ruby-gem",
"test-kitchen",
"testing",
"ruby"
],
"is_fork": false,
"size_kb": 472,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 66725,
"Dockerfile": 851,
"PowerShell": 594
},
"pushed_at": "2026-07-28T23:26:17Z",
"created_at": "2013-05-15T01:40:23Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T23:21:47Z",
"description": "A Test Kitchen Driver for Docker",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://kitchen.ci/",
"name": "Test Kitchen",
"type": "Organization",
"login": "test-kitchen",
"company": null,
"location": "On Your Computer",
"followers": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/5924439?v=4",
"created_at": "2013-11-13T00:10:16Z",
"is_verified": null,
"public_repos": 43,
"account_age_days": 4640
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.2.4",
"kind": "patch",
"published_at": "2026-07-28T23:22:00Z"
},
{
"tag": "v3.2.3",
"kind": "patch",
"published_at": "2026-06-25T19:02:35Z"
},
{
"tag": "v3.2.2",
"kind": "patch",
"published_at": "2026-06-22T15:20:02Z"
},
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2026-01-22T21:20:00Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2023-11-27T10:59:58Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2023-11-27T10:53:26Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2023-11-15T09:13:12Z"
},
{
"tag": "v2.15.0",
"kind": "minor",
"published_at": "2023-11-13T15:41:04Z"
},
{
"tag": "v.2.14.0",
"kind": "other",
"published_at": "2023-11-13T14:25:28Z"
},
{
"tag": "v2.13.0",
"kind": "minor",
"published_at": "2022-06-14T15:45:47Z"
}
],
"recent_commits": [
{
"oid": "76d46184d659c48f9d9d20ed6f697a21df0bbba0",
"body": null,
"is_bot": false,
"headline": "chore(main): release 3.2.4 (#459)",
"author_name": "Sous Chefs Bot",
"author_login": "kitchen-porter",
"committed_at": "2026-07-28T23:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028ce4c6ebdde7727f0e8aea7ae1a998f73f6eb8",
"body": "* Avoid curl conflicts\n\nSeems RHEL9 ubi (and likely others) ships with a curl-minimal package already. Trying to install `curl` throws a conflict with that. This change checks for curl's existence and only installs it if needed.\n\n---------\n\nSigned-off-by: Jeff Blaine <jblaine@kickflop.net>",
"is_bot": false,
"headline": "fix: Avoid curl conflict with RHEL ubi in dockerfile helper (#458)",
"author_name": "Jeff Blaine",
"author_login": "jblaine",
"committed_at": "2026-07-28T23:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5784e65a961b1f6f37d61311376b351f73c23b",
"body": null,
"is_bot": false,
"headline": "chore(main): release 3.2.3 (#455)",
"author_name": "Sous Chefs Bot",
"author_login": "kitchen-porter",
"committed_at": "2026-06-25T19:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9be9d754fd025dd721f1863e23e5502744f5bafb",
"body": "---------\n\nSigned-off-by: Corey Hemminger <hemminger@hotmail.com>",
"is_bot": false,
"headline": "fix: release please configs & tests (#418)",
"author_name": "Corey Hemminger",
"author_login": "Stromweld",
"committed_at": "2026-06-25T19:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611f85f8fabb7be389c102c0e278669a46109f5f",
"body": null,
"is_bot": false,
"headline": "chore(main): release 3.2.2 (#454)",
"author_name": "Sous Chefs Bot",
"author_login": "kitchen-porter",
"committed_at": "2026-06-22T15:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eccec928556a1c6fc48e7fcf14de83a9ced5afa",
"body": "* Initial plan\n\n* Add vendor directory to .gitignore\n\nCo-authored-by: damacus <40786+damacus@users.noreply.github.com>\n\n* Fix curl package conflict in Amazon Linux 2022 images\n\n- Add separate amazonlinux_platform method with --allowerasing flag\n- Split amazonlinux from rhel platform handling\n- Add c\n[…]\nuthored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: damacus <40786+damacus@users.noreply.github.com>\nCo-authored-by: Corey Hemminger <hemminger@hotmail.com>",
"is_bot": false,
"headline": "fix: Fix curl package conflict in Amazon Linux 2022 images (#436)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-06-22T14:20:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "803738e899726e0aed9b3037868ab3c9ec5da31a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update docker/setup-qemu-action action to v4 (#448)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-22T14:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b0a6dcf32673e2b44474ce200e0b5a87de236e6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update docker/setup-buildx-action action to v4 (#449)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-22T14:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa7ba91958b0f2e41c56f0f940a14fa64723c163",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update googleapis/release-please-action action to v5 (#451)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-22T13:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8397e75073116290ca5f1e6dec5e7bd07ee4cfbc",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7 (#453)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-22T13:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91921fc47fe7fce1a5fe3729e8493cff65834011",
"body": null,
"is_bot": false,
"headline": "chore(main): release 3.2.1 (#447)",
"author_name": "Sous Chefs Bot",
"author_login": "kitchen-porter",
"committed_at": "2026-01-22T21:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3490106065765c9448a2c7fbef38dc20c49971fa",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update test-kitchen/.github action to v0.2.4 (#442)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-22T21:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be39d4f4f91190cb55c141f1ce5fc75b872207b",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6 (#443)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-22T21:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60b83e082f77887d0cbf42bf5fc877f1930cb8bf",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update googleapis/release-please-action action to v4 (#433)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-22T21:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cfbe46d43c16d64c6c3db481c90fcbf39f3ccb5",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency kitchen-inspec to v3 (#428)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-22T21:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f27d1374c1efd35769563683c5782849162c4f0c",
"body": "Signed-off-by: Corey Hemminger <hemminger@hotmail.com>",
"is_bot": false,
"headline": "fix: bump tk dep <5 (#446)",
"author_name": "Corey Hemminger",
"author_login": "Stromweld",
"committed_at": "2026-01-22T21:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c1c6a282ba52c2bf48b2ae0b181bc2fb3cf8bab",
"body": "Signed-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "fix: Ignore vendor directory (#439)",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2025-11-09T21:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed14bc6e1f95a0d444471c5aed837d9a0c1d852b",
"body": "* Remove outdated Arch Linux workaround for bug #47052\n\nThe workaround was blanking out /etc/security/limits.conf to work around\nan Arch Linux bug from 2015. Modern Arch Linux and systemd have resolved\nthis issue, so the workaround is no longer necessary.\n\nFixes #371\n\nCo-authored-by: damacus <40786+damacus@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: damacus <40786+damacus@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: Remove obsolete Arch Linux limits.conf workaround (#438)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2025-11-09T01:55:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "06a6ccf391c38a33b035a1cf98d68836dc0ac176",
"body": "* chore: Update test platforms to remove EOL operating systems\n\nRemove end-of-life operating systems and add newer versions:\n- Remove ubuntu-18.04 (EOL April 2023)\n- Remove centos-7 (EOL June 2024)\n- Remove debian-11 (EOL approaching)\n- Remove rockylinux-8 (replaced with rockylinux-9)\n- Add ubuntu-2\n[…]\n40786+damacus@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: damacus <40786+damacus@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: Remove EOL operating systems from test matrix (#435)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2025-11-09T00:40:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "511e4ad36856b9e2eccceb56603586e6cebd296a",
"body": "Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "fix: Support docker build output for Docker Desktop v4.31 (#423)",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2025-11-08T23:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2007a0dcc6461537412dd46084144beb89731d1a",
"body": "Current versions of Docker Desktop will output a LegacyKeyValueFormat\nwarning when using 'ENV key value' syntax. We switch to the updated 'ENV\nkey=value' syntax.\n\nSigned-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "fix: Use newer syntax for ENV variables (#424)",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2025-11-08T23:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b22526085efe7a41fea2b64b602aa9699a09d17",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency rspec-its to v2 (#425)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-08T23:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f42bd6c2930becd1524551b8f412ab934a80a326",
"body": "Signed-off-by: Jeff Neel <10672501+jeff350@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: Remove use of DSA keys due to openssh deprecation (#427)",
"author_name": "Jeff Neel",
"author_login": "jeff350",
"committed_at": "2025-11-08T23:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e756c4713313ed592b5695d7a52a29f7e4493961",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v5 (#430)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-08T23:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1ba214a2981620a03facbc6dd9f9f5708c171b2",
"body": "…on with googleapis/release-please-action (#432)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): replace google-github-actions/release-please-action acti…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-08T23:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "057465d0559ee74f34139e3799fd9734602ac1d6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update test-kitchen/.github action to v0.1.2 (#414)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2023-11-27T15:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f633d49dede80f281e64283069336c54ec0d8e5f",
"body": "Signed-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "fix; published package name (#415)",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-27T15:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52cfeab1b3604f50f2403e4bc34ff866ab301898",
"body": null,
"is_bot": false,
"headline": "chore(main): release 3.2.0 (#413)",
"author_name": "Sous Chefs Bot",
"author_login": "kitchen-porter",
"committed_at": "2023-11-27T10:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb7c2bc5144ec63c6bde7b8947de33d5484e718",
"body": "Signed-off-by: Dan Webb <dan.webb@damacus.io>\r\nCo-authored-by: Edward Smith <edward@ersmith.me>",
"is_bot": false,
"headline": "feat: Tell the user when we can't remove the image if it's in use (#406)",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-27T10:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90bf6894e9c055a5e2a28537261a0e107c4439a6",
"body": null,
"is_bot": false,
"headline": "chore(main): release 3.1.0 (#412)",
"author_name": "Sous Chefs Bot",
"author_login": "kitchen-porter",
"committed_at": "2023-11-27T10:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3a9929b9f25d10a08d1f2aaa9533de11238fd1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v4 (#411)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2023-11-27T10:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01acb1e00e45d02f71f70f68903c39d320d962df",
"body": "- Use reusable workflows (v0.1.1)\r\n- Use release-please for releasing the gem\r\n\r\nRenovate \r\n- Disable dashboard and auto-merge every Monday\r\n\r\n---------\r\n\r\nSigned-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "feat: Update workflows (#410)",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-27T10:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9995e75162d553a73d2944ee9d1343f9fd98289",
"body": "- Run chefstyle\r\n- Move development dependencies into the Gemfile\r\n- Remove tailor and cane which are no longer maintained\r\n\r\nSigned-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Run chefstlye over the codebase (#408)",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-25T22:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4b08cd8f786c0ef6d64e11114e1bc0a3c679de2",
"body": "Signed-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Prep for 3.0.0 release",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-15T09:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6edb34eeae28d15180f185ef4618786220cdc61",
"body": "* Switch to Buildx builder\r\n* Update platforms\r\n* Disable ServerSpec\r\n---------\r\n\r\nSigned-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Fix: Switch to buildx builder (#405)",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-15T09:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c3e93b5dd79bc8af759398de4add580a633f6b",
"body": "- Update checkout workflows\n- Fix typo on workflow names\n\nSigned-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Update workflows",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-14T13:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b350d937aa33324eeb1ade6a9c0455d5d1378a7",
"body": "* Add CI workflow\r\n---------\r\n\r\nSigned-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Add CI workflow (#404)",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-14T13:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65b47432700679092266cd153c52cf0cbdb8ec7b",
"body": "Signed-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Prep for 2.15.0 release",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-13T15:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa03ee0927fa2a8d9b57ec77b61e86b0c55c7981",
"body": null,
"is_bot": false,
"headline": "Make sure gawk is installed on opensuse. (#402)",
"author_name": "Gareth J. Greenaway",
"author_login": "garethgreenaway",
"committed_at": "2023-11-13T15:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6f92068efb8a19b52a0dd57f947f1c48abac43b",
"body": "* breaking rockylinux out into it's own platform, Curl is already available in 8 and 9 containers and installing curl on 9 causes a conflict with the already installed curl-minimal package.\r\n\r\n* fixing typo.",
"is_bot": false,
"headline": "Breaking rockylinux platform out (#399)",
"author_name": "Gareth J. Greenaway",
"author_login": "garethgreenaway",
"committed_at": "2023-11-13T14:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d646fb23145656121d5e8f47e91fdf12f75c58f5",
"body": "Signed-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Update CHANGELOG for 2.14.0",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-13T14:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d46a9b8db2070f4d178642669d66b6521c363b",
"body": "Signed-off-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Prep for release",
"author_name": "Dan Webb",
"author_login": "damacus",
"committed_at": "2023-11-13T14:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3fbf84b2bab72f8f77eba456bcb2bba3d8c408",
"body": "* add build temp. Dockerfile in custom dir support\r\n---------\r\n\r\nSigned-off-by: Dan Webb <dan.webb@damacus.io>\r\nCo-authored-by: Dan Webb <dan.webb@damacus.io>",
"is_bot": false,
"headline": "Allow build temporary Dockerfile in configured custom_dir (#294)",
"author_name": "Laurent Vallar",
"author_login": "Val",
"committed_at": "2023-11-13T13:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "380bf916a9cb45cee36d81c83e225e793375106a",
"body": "…der (#400)\n\nWhen using a custom dockerfile which installs Python modules using pip,\r\nthe output will sometimes contain the line:\r\n\r\nSuccessfully built module_name\r\n\r\nSince this matches the regex, it causes the module name to be\r\nincorrectly identified as the image ID, which will cause kitchen-docke\n[…]\n image ID.\r\n\r\nThis commit processes the \"docker build\" output in reverse line order,\r\nwhich will ensure that the correct line is matched.\r\n\r\nCo-authored-by: Erik Johnson <erik.johnson@centurylink.com>",
"is_bot": false,
"headline": "fix: parse_image_id: Process \"docker build\" output in reverse line or…",
"author_name": "Erik Johnson",
"author_login": "terminalmage",
"committed_at": "2023-06-14T09:23:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97ecb5bf601b1b0106034f8a504c23dfe343a587",
"body": "…ble in 8 and 9 containers and installing curl on 9 causes a conflict with the already installed curl-minimal package. (#398)",
"is_bot": false,
"headline": "breaking almalinux out into it's own platform, Curl is already availa…",
"author_name": "Gareth J. Greenaway",
"author_login": "garethgreenaway",
"committed_at": "2022-12-20T14:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c1407c84a085c3af7c8c5c771af360169190e4",
"body": "…a file there. (#397)",
"is_bot": false,
"headline": "Make sure the /etc/sudoers.d directory exists before trying to write …",
"author_name": "Gareth J. Greenaway",
"author_login": "garethgreenaway",
"committed_at": "2022-12-06T03:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c2f83eae565b615ce6768c708180976ee948e5",
"body": "Signed-off-by: Ashique P S <Ashique.saidalavi@progress.com>",
"is_bot": false,
"headline": "Release 2.13.0 (#394)",
"author_name": "Ashique P S",
"author_login": "ashiqueps",
"committed_at": "2022-06-14T14:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c01ab128d2fae4c6e63d0bded56ac9f0ae4cf3",
"body": "- Removed centos-8 due to EOL\r\n- Made debian-9 platform-specific because chef does not support arm64 on \r\nthis OS\r\n\r\nSigned-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Update test suites (#388)",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2022-04-03T16:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c9a1478b248d09d089cb9c4b304d17c03409297",
"body": "* Update test suites\r\n\r\n- Removed centos-8 due to EOL\r\n- Made debian-9 platform-specific because chef does not support arm64 on \r\nthis OS\r\n\r\nSigned-off-by: Andrew Bobulsky <rulerof@gmail.com>\r\n\r\n* Expand regex for image parser to detect and ignore timestamps in output\r\n\r\nFixes #389\r\n\r\nSigned-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Fix image parser when output includes a duration timestamp (#390)",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2022-04-03T16:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3467ff0c3f7f6a9b1fe6c750aae39fb70087e11",
"body": null,
"is_bot": false,
"headline": "Adding CentOSStream and PhotonOS (#392)",
"author_name": "Gareth J. Greenaway",
"author_login": "garethgreenaway",
"committed_at": "2022-04-03T16:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c574d8383ef574bd2d2b49267288786a669b9a32",
"body": "Signed-off-by: Tim Smith <tsmith@chef.io>",
"is_bot": false,
"headline": "Release 2.12.0",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2021-12-22T16:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c2edd76f7bde5f7e5910f6ec634447e05a62086",
"body": "Use Docker BuildKit, support multiple CPU architectures",
"is_bot": false,
"headline": "Merge pull request #386 from RulerOf/master",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2021-12-22T06:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd38b05c076752500183cfc1ee7d6a7ea5e1d8c",
"body": "Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Add Opensuse back in, expand capabilities test",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fac5ae84504044917be659bde91cd68693b20c7",
"body": "This configuration is verbose, redundant, and also for an unsupported OS\n\nSigned-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Remove \"unknown\" test case",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d951c86e6ab46152bef3d1a1fb4e15b3eaa3f798",
"body": "Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Fix fedora test to work cross-platform",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06df0b2b73614095627cde9e8c53854e1b89b9a1",
"body": "Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Update test suite to use only currently-supported operating systems",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cacccd8cc32b7bd2e2007afb11210870432f900",
"body": "Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Update test to use supported version of CentOS",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1838c324f71b14fc8afe7c40c6c1dbc288bbb9f0",
"body": "Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Add platform-specific build tests",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a64e513de35806695a6e45ae41d41559c01dda",
"body": "Buildkit no longer ignores the -f flag when a build context is passed\nvia stdin\n\nSigned-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Fix build_context bug",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976cc07fe0973c53c9f5360c6e80fb0640571bf8",
"body": "Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Add option to specify container CPU platform",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c33a6811d140f004268f554869daadb865d42ce4",
"body": "Proper fix for #337. Should maintain backward compatibility for users\nwho opt to disable buildkit anyway.\n\nThis patch includes a copy/paste rewrite of the test kitchen run_command\nfunction, because it does not allow us to retrieve stderr output\nas-written in test kitchen.\n\nSigned-off-by: Andrew Bobulsky <rulerof@gmail.com>",
"is_bot": false,
"headline": "Add support for BuildKit and use it by default",
"author_name": "Andrew Bobulsky",
"author_login": "RulerOf",
"committed_at": "2021-12-22T06:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2a6f04e77b76bc9f77e0bb8cc52542743b7b6a",
"body": "Signed-off-by: Tim Smith <tsmith@chef.io>",
"is_bot": false,
"headline": "Release 2.11",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2021-07-02T20:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b33572ac2ac0c889abc2169bb09d4647884a08e",
"body": "README.md: Fix link to getting-started page",
"is_bot": false,
"headline": "Merge pull request #383 from YAMLcase/patch-1",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2021-07-02T20:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "525dfdceccec18f95047238425771032b15216e7",
"body": "…ckylinux\n\nfeat(dockerfile_helper): add support for `almalinux` & `rockylinux`",
"is_bot": false,
"headline": "Merge pull request #384 from myii/feat/add-platforms-almalinux-and-ro…",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2021-06-25T19:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9047f3d497eb5888708d30baed1ca0c2078390b5",
"body": "Our org (https://github.com/saltstack-formulas) use `kitchen-docker`\nacross ~100 repos. We've already tested this patch successfully with\nboth:\n\n* https://hub.docker.com/_/almalinux\n* https://hub.docker.com/r/rockylinux/rockylinux\n\nSigned-off-by: Imran Iqbal <iqbalmy@hotmail.com>",
"is_bot": false,
"headline": "feat(dockerfile_helper): add support for `almalinux` & `rockylinux`",
"author_name": "Imran Iqbal",
"author_login": "myii",
"committed_at": "2021-06-25T18:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66cedc46bdc47435127ee238e807be5ead8dfebf",
"body": "Upgrade to GitHub-native Dependabot",
"is_bot": false,
"headline": "Merge pull request #381 from test-kitchen/dependabot/add-v2-config-file",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2021-06-25T15:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad1a68e5d01702da42ee4c4f251bf638749c63c",
"body": "Line 18 `Please read the Test Kitchen [docs][test_kitchen_docs]...` points to http://kitchen.ci/docs/getting-started/ which doesn't exist. This changes the link to https://kitchen.ci/docs/getting-started/introduction/",
"is_bot": false,
"headline": "Fix link to getting-started page",
"author_name": "YAMLcase",
"author_login": "YAMLcase",
"committed_at": "2021-06-18T19:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e58989723a5fca1e60e62c9e34f61e3ea56c826",
"body": null,
"is_bot": false,
"headline": "Merge pull request #382 from collinmcneese/cm/image_helper_update",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2021-06-12T16:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80286f64e4bfef8c3c6db8042c8e2fd62b2ef010",
"body": "Signed-off-by: Collin McNeese <cmcneese@chef.io>",
"is_bot": false,
"headline": "Updates image_helper for additional output line matching",
"author_name": "Collin McNeese",
"author_login": null,
"committed_at": "2021-06-12T15:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12750bd70229aa81f6e83ac79e7607ea62895c9c",
"body": null,
"is_bot": true,
"headline": "Upgrade to GitHub-native Dependabot",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-28T21:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b45c4858bef19f22a32096e44777bff097f35dd8",
"body": "Signed-off-by: Tim Smith <tsmith@chef.io>",
"is_bot": false,
"headline": "Merge pull request #379 from cdenyar/disable_docker_buildkit",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-12-24T22:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7354c23e631b147b5aa22a1e3fc174335f68d9",
"body": null,
"is_bot": false,
"headline": "disables docker buildkit fixes #337",
"author_name": "Chad Denyar",
"author_login": null,
"committed_at": "2020-12-24T18:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6ba508e51b076bf5fed193cf7fb384b2726e38",
"body": "Signed-off-by: Tim Smith <tsmith@chef.io>",
"is_bot": false,
"headline": "Merge pull request #375 from v1v/feature/lowercase",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-11-19T16:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82f61a4437b2be17f63fbe5450131e78c72d364",
"body": null,
"is_bot": false,
"headline": "lowercase the instance-name",
"author_name": "Victor Martinez",
"author_login": "v1v",
"committed_at": "2020-11-17T11:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e80fed3a7cc86323e19c16a5a340cebf7e5848",
"body": "Use less verbose and quicker setup on Gentoo",
"is_bot": false,
"headline": "Merge pull request #373 from ijansky/gentoo-platform-helper",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-09-27T18:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e611045f279661ae8fc85342a543540e3f4445a9",
"body": null,
"is_bot": false,
"headline": "Use less verbose and quicker setup on Gentoo",
"author_name": "Ivo Jánský",
"author_login": "ijansky",
"committed_at": "2020-09-27T15:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a54be8dece9d095e0f9285c509def1c186f088",
"body": "Allow passing `--tmpfs` entries to the docker run command",
"is_bot": false,
"headline": "Merge pull request #372 from s0undt3ch/master",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-08-06T15:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ffb6cb40bd82df1047aafe1ef988f2dfbb19c1",
"body": null,
"is_bot": false,
"headline": "Allow passing `--tmpfs` entries to the docker run command",
"author_name": "Pedro Algarvio",
"author_login": "s0undt3ch",
"committed_at": "2020-08-06T14:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b4e55240f910628306490bf5d715ff33deb61e0",
"body": "stop editing /etc/sudoers directly",
"is_bot": false,
"headline": "Merge pull request #334 from kjbweb/master",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-07-27T22:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f77c2cff9c533609681599e45fde15bec739ad5",
"body": "Add support for the `--mount` CLI option",
"is_bot": false,
"headline": "Merge pull request #363 from terminalmage/mount-option",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-07-01T14:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf30fac9156d417ef56648b0048d15abf13e36f6",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master'",
"author_name": "Karl Baillie",
"author_login": null,
"committed_at": "2020-06-30T15:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9db4f925cb4f7c7dd99f6c6a1fdf09e4aeb5340",
"body": "Fix CI tests and move Dockerfile configurations to helper file",
"is_bot": false,
"headline": "Merge pull request #370 from jeffreycoe/dockerfile_helper",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-28T18:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45483cf682905dfe02021df24386bce913a02c58",
"body": "Signed-off-by: Jeffrey Coe <jeffrey.coe@cerner.com>",
"is_bot": false,
"headline": "Fixed CI tests for both platforms",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-25T22:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e4818fd3d154b8551a0349db308a3b4624a5c2",
"body": "Signed-off-by: Jeffrey Coe <jeffrey.coe@cerner.com>",
"is_bot": false,
"headline": "Fixed syntax issue with dockerfile for debian platform",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-23T02:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1b366261f54c43c8cfc5d9504878e40305784d9",
"body": "Signed-off-by: Jeffrey Coe <jeffrey.coe@cerner.com>",
"is_bot": false,
"headline": "Add include for dockerfile helper",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-23T02:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "305c40a3c4b9653238edd9eb15b6e66b5621f803",
"body": "Signed-off-by: Jeffrey Coe <jeffrey.coe@cerner.com>",
"is_bot": false,
"headline": "Move Dockerfile base and platform sections to helper",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-23T01:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d0a69d05739e5b8a478acb794984624cccbb31a",
"body": "Signed-off-by: Jeffrey Coe <jeffrey.coe@cerner.com>",
"is_bot": false,
"headline": "Remove wildcard for Dockerfile",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-23T01:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b16e48bc296088729e4012b50986a4c72e23333",
"body": "suse platform: use system script for ssh key initialization",
"is_bot": false,
"headline": "Merge pull request #342 from mcgege/leap15",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-22T23:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bce9d064e6392acc4e7e3c72ab00d1cf824279",
"body": "Support GPU in docker",
"is_bot": false,
"headline": "Merge pull request #347 from poweic/master",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-22T02:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f45febce0da250637cac8d898f00d9feda60d2d",
"body": "Added driver option for container isolation",
"is_bot": false,
"headline": "Merge pull request #351 from jeffreycoe/docker-isolation",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-18T17:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8106a409e39e767316bb9d36aff18e974c478bb",
"body": "…inspec-tw-2.0\n\nUpdate kitchen-inspec requirement from ~> 1.1 to ~> 2.0",
"is_bot": false,
"headline": "Merge pull request #367 from test-kitchen/dependabot/bundler/kitchen-…",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-06-18T16:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b36ac738e22c21f1acc37dc7caa4e232865a055a",
"body": "Retrieve hostname state data after container is launched",
"is_bot": false,
"headline": "Merge pull request #369 from jeffreycoe/issue-366-fix",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-06-18T16:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2b0511c64b19fe26c6c3a7720602bc7b28195bd",
"body": "Signed-off-by: Jeffrey Coe <jeffrey.coe@cerner.com>",
"is_bot": false,
"headline": "Retrieve hostname state data after container is launched",
"author_name": "Jeffrey Coe",
"author_login": "jeffreycoe",
"committed_at": "2020-06-17T23:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4034d4c3a8c4c4acd450e1bd33a4d25b6313e8",
"body": "Updates the requirements on [kitchen-inspec](https://github.com/inspec/kitchen-inspec) to permit the latest version.\n- [Release notes](https://github.com/inspec/kitchen-inspec/releases)\n- [Changelog](https://github.com/inspec/kitchen-inspec/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/inspec/kitchen-inspec/compare/v1.1.0...v2.0.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Update kitchen-inspec requirement from ~> 1.1 to ~> 2.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2020-06-08T06:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9751a14565c2633ba29f336b186ce911716ad379",
"body": null,
"is_bot": false,
"headline": "Add a maintainer wanted status",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-06-02T23:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4202dee29058e6b8ae41a3231e8e14493780533a",
"body": "Signed-off-by: Tim Smith <tsmith@chef.io>",
"is_bot": false,
"headline": "Release 2.10",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-03-28T16:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1726dbfbe4641e6316d77acf2e7aff2e9d2df785",
"body": "Signed-off-by: Tim Smith <tsmith@chef.io>",
"is_bot": false,
"headline": "Update to the latest Ruby releases in Travis",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-03-28T16:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01b8ef04186a50234473a77ea9917cd53a467ca2",
"body": "See https://github.com/test-kitchen/kitchen-docker/issues/362",
"is_bot": false,
"headline": "Add support for the `--mount` CLI option",
"author_name": "Erik Johnson",
"author_login": null,
"committed_at": "2020-02-18T19:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b66340126fa15f480277f386d2ebd7d0d9b9d03",
"body": "Use require_relative instead of require",
"is_bot": false,
"headline": "Merge pull request #359 from test-kitchen/require_relative",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-01-24T03:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "256511c958006c0f39e406d7895257e79f93ff1d",
"body": "require_relative is faster as it requires fewer directory traversals\n\nSigned-off-by: Tim Smith <tsmith@chef.io>",
"is_bot": false,
"headline": "Use require_relative instead of require",
"author_name": "Tim Smith",
"author_login": "tas50",
"committed_at": "2020-01-15T00:24:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 23,
"latest_release_at": "2026-07-28T23:22:00Z",
"latest_release_tag": "v3.2.4",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 0,
"mean_days_between_releases": 167.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "kitchen-docker",
"exists": true,
"license": "Apache 2.0",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/kitchen-docker",
"is_deprecated": false,
"latest_version": "3.2.4",
"repository_url": "https://github.com/test-kitchen/kitchen-docker",
"versions_count": 50,
"total_downloads": 3583500,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2013-05-15T15:13:00.405000Z",
"latest_published_at": "2026-07-28T23:22:06.271000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 228,
"stars": 462,
"watchers": 33,
"fork_history": {
"days": [
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-06-08",
"count": 1
},
{
"date": "2013-06-25",
"count": 1
},
{
"date": "2013-08-15",
"count": 1
},
{
"date": "2013-08-27",
"count": 1
},
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2013-11-20",
"count": 1
},
{
"date": "2013-11-29",
"count": 2
},
{
"date": "2013-12-19",
"count": 1
},
{
"date": "2014-01-13",
"count": 1
},
{
"date": "2014-02-04",
"count": 1
},
{
"date": "2014-02-05",
"count": 1
},
{
"date": "2014-02-11",
"count": 1
},
{
"date": "2014-02-20",
"count": 1
},
{
"date": "2014-03-04",
"count": 1
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-03-20",
"count": 1
},
{
"date": "2014-03-21",
"count": 1
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-04-01",
"count": 1
},
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-07-09",
"count": 1
},
{
"date": "2014-07-14",
"count": 1
},
{
"date": "2014-07-16",
"count": 1
},
{
"date": "2014-07-27",
"count": 1
},
{
"date": "2014-08-06",
"count": 1
},
{
"date": "2014-08-26",
"count": 1
},
{
"date": "2014-08-30",
"count": 1
},
{
"date": "2014-08-31",
"count": 1
},
{
"date": "2014-09-06",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-09-26",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2014-10-25",
"count": 1
},
{
"date": "2014-10-26",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-11-28",
"count": 1
},
{
"date": "2014-12-15",
"count": 1
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2015-01-20",
"count": 1
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-01-30",
"count": 1
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-02-24",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-04-06",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-05-14",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-25",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-06-25",
"count": 1
},
{
"date": "2015-06-29",
"count": 1
},
{
"date": "2015-07-01",
"count": 2
},
{
"date": "2015-07-06",
"count": 1
},
{
"date": "2015-07-10",
"count": 1
},
{
"date": "2015-07-26",
"count": 1
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-08-22",
"count": 1
},
{
"date": "2015-10-03",
"count": 1
},
{
"date": "2015-10-14",
"count": 1
},
{
"date": "2015-10-15",
"count": 1
},
{
"date": "2015-11-02",
"count": 1
},
{
"date": "2015-12-15",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2015-12-29",
"count": 1
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-02-06",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-12",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-07",
"count": 1
},
{
"date": "2016-03-21",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-12",
"count": 1
},
{
"date": "2016-04-21",
"count": 1
},
{
"date": "2016-04-23",
"count": 1
},
{
"date": "2016-05-02",
"count": 2
},
{
"date": "2016-05-05",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-05-23",
"count": 1
},
{
"date": "2016-05-24",
"count": 2
},
{
"date": "2016-05-26",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-06-24",
"count": 1
},
{
"date": "2016-08-21",
"count": 1
},
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-10-07",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-11-16",
"count": 2
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2016-12-18",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2016-12-23",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-01-13",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-27",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2017-05-29",
"count": 1
},
{
"date": "2017-06-09",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-10-27",
"count": 2
},
{
"date": "2017-12-11",
"count": 1
},
{
"date": "2017-12-13",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2017-12-30",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-06-04",
"count": 2
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2018-06-24",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-25",
"count": 2
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2018-12-26",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-07-23",
"count": 2
},
{
"date": "2019-07-29",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-10-07",
"count": 2
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2020-02-05",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-08",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-15",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 219,
"total_forks": 228
},
"star_history": null,
"open_issues_and_prs": 50
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"recipes"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 7932,
"source_files_sampled": 27,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 10,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "cookstyle",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cookstyle",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "cinc-auditor-bin",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "kitchen-cinc",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "kitchen-cinc-auditor",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec-its",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "test-kitchen",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "train",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 1,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 139,
"open_issues": 44,
"closed_ratio": 0.768,
"closed_issues": 146,
"closed_unmerged_prs": 122
},
"bus_factor": 2,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "portertech",
"commits": 175,
"avatar_url": "https://avatars.githubusercontent.com/u/149630?v=4"
},
{
"type": "User",
"login": "coderanger",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/128243?v=4"
},
{
"type": "User",
"login": "tas50",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/1015200?v=4"
},
{
"type": "User",
"login": "jeffreycoe",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/13616837?v=4"
},
{
"type": "User",
"login": "RulerOf",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/539074?v=4"
},
{
"type": "User",
"login": "damacus",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/40786?v=4"
},
{
"type": "User",
"login": "kitchen-porter",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/33356041?v=4"
},
{
"type": "User",
"login": "garethgreenaway",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/718525?v=4"
},
{
"type": "User",
"login": "CpuID",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/916201?v=4"
},
{
"type": "User",
"login": "madhatter",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/165991?v=4"
}
],
"contributors_sampled": 55,
"top_contributor_share": 0.417
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yml",
"publish.yaml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "5 out of 30 merged PRs checked by a CI test -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 8,
"reason": "Found 12/15 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "76d46184d659c48f9d9d20ed6f697a21df0bbba0",
"ran_at": "2026-07-28T23:33:33Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T23:22:09Z",
"oldest_open_prs": [
{
"number": 421,
"created_at": "2024-07-02T19:50:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 422,
"created_at": "2024-07-31T07:11:02Z",
"last_comment_at": "2026-07-15T03:26:09Z",
"last_comment_author": "RulerOf"
},
{
"number": 437,
"created_at": "2025-11-09T00:01:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 440,
"created_at": "2025-11-09T21:49:50Z",
"last_comment_at": "2025-11-09T21:58:26Z",
"last_comment_author": "copilot-swe-agent"
},
{
"number": 452,
"created_at": "2026-06-05T21:27:54Z",
"last_comment_at": "2026-06-05T21:47:09Z",
"last_comment_author": "jasonwbarnett"
},
{
"number": 456,
"created_at": "2026-06-30T16:54:14Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-28T23:21:43Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 40,
"created_at": "2014-03-07T15:58:04Z",
"last_comment_at": "2019-05-28T08:29:19Z",
"last_comment_author": "EugenMayer"
},
{
"number": 126,
"created_at": "2015-05-07T14:24:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 172,
"created_at": "2015-10-16T20:45:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 181,
"created_at": "2015-12-04T11:46:15Z",
"last_comment_at": "2017-10-13T15:20:42Z",
"last_comment_author": "fabn"
},
{
"number": 197,
"created_at": "2016-03-11T03:00:47Z",
"last_comment_at": "2018-11-29T14:07:00Z",
"last_comment_author": "thunder-spb"
},
{
"number": 207,
"created_at": "2016-05-09T21:20:04Z",
"last_comment_at": "2023-11-04T18:47:17Z",
"last_comment_author": "luisra51"
},
{
"number": 215,
"created_at": "2016-06-16T13:00:22Z",
"last_comment_at": "2018-01-02T18:29:54Z",
"last_comment_author": "awiddersheim"
},
{
"number": 219,
"created_at": "2016-07-20T09:00:00Z",
"last_comment_at": "2021-03-10T00:48:59Z",
"last_comment_author": "an0nz"
},
{
"number": 220,
"created_at": "2016-07-24T20:22:32Z",
"last_comment_at": "2018-07-09T23:17:21Z",
"last_comment_author": "nergdron"
},
{
"number": 223,
"created_at": "2016-08-06T21:25:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 225,
"created_at": "2016-08-27T01:32:38Z",
"last_comment_at": "2020-02-20T01:19:23Z",
"last_comment_author": "maksteel"
},
{
"number": 226,
"created_at": "2016-08-29T23:12:08Z",
"last_comment_at": "2017-09-10T21:44:45Z",
"last_comment_author": "jainvk"
},
{
"number": 227,
"created_at": "2016-08-31T01:38:39Z",
"last_comment_at": "2016-09-02T13:16:36Z",
"last_comment_author": "shoan"
},
{
"number": 229,
"created_at": "2016-09-21T19:13:34Z",
"last_comment_at": "2018-10-29T13:58:10Z",
"last_comment_author": "darkn3rd"
},
{
"number": 231,
"created_at": "2016-10-02T19:20:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 232,
"created_at": "2016-10-06T15:29:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 238,
"created_at": "2016-11-05T15:26:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 241,
"created_at": "2016-11-18T14:39:17Z",
"last_comment_at": "2019-12-19T20:34:41Z",
"last_comment_author": "andyspiers"
},
{
"number": 243,
"created_at": "2016-11-22T12:20:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 250,
"created_at": "2016-12-22T14:56:44Z",
"last_comment_at": "2018-08-07T09:43:50Z",
"last_comment_author": "CpuID"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/test-kitchen/kitchen-docker",
"host": "github.com",
"name": "kitchen-docker",
"owner": "test-kitchen"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 58,
"vitality": 69,
"community": 82,
"governance": 72,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 0.85,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v3.2.4",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 167.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~167.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 167.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 82,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"forks": 228,
"stars": 462,
"watchers": 33,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "462 stars",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 462
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "228 forks",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 228
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "33 watchers",
"points": 8.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 33
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 85,
"inputs": {
"packages": [
"kitchen-docker"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 3583500,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "3,583,500 downloads all-time across rubygems",
"points": 68.1,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 3583500,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 55,
"top_contributor_share": 0.417
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 42% of commits",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "55 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 55
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 139,
"open_issues": 44,
"closed_issues": 146,
"issue_closed_ratio": 0.768,
"closed_unmerged_prs": 122
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "77% of issues closed",
"points": 35.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 77
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "139/261 decided PRs merged",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 139,
"decided": 261
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/15 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 30,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "test-kitchen",
"public_repos": 43,
"account_age_days": 4640
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "30 followers of test-kitchen",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 30,
"login": "test-kitchen"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "43 public repos, account ~12 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 43
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"kitchen-docker"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "50 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 50
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 30 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"managed-by-terraform",
"hacktoberfest",
"ruby-gem",
"test-kitchen",
"testing",
"ruby"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 30 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 12/15 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.671,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "57 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 57,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.15
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "15 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 15,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 7932,
"source_files_sampled": 27,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/27 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 27,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"recipes"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "recipes",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "recipes"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-28T23:34:02.999390Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/test-kitchen/kitchen-docker.svg",
"full_name": "test-kitchen/kitchen-docker",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}