{"id":6325908,"name":"containerd/project-checks","ecosystem":"actions","description":"Project checks commonly used across containerd org","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/containerd/project-checks","keywords_array":[],"namespace":"containerd","versions_count":8,"first_release_published_at":"2020-10-20T00:59:16.000Z","latest_release_published_at":"2025-03-04T14:17:58.000Z","latest_release_number":"v1.2.2","last_synced_at":"2026-06-18T15:02:10.258Z","created_at":"2023-02-13T12:56:24.816Z","updated_at":"2026-06-18T15:02:10.258Z","registry_url":"https://github.com/containerd/project-checks","install_command":null,"documentation_url":null,"metadata":{"name":"Project Checks","description":"Project checks commonly used across containerd org","inputs":{"working-directory":{"required":true,"description":"Go project path to run checks in"},"go-mod-tidy-flags":{"required":false,"description":"go mod tidy flags, such as -compat=1.17"},"repo-access-token":{"required":false,"description":"token needed to access repository commits for private repos"},"go-licenses-ignore":{"required":false,"description":"list of go modules to bypass the go-licenses checks. Do not set this, except when go-licenses hits a false positive."}},"runs":{"using":"composite","steps":[{"name":"Set env","shell":"bash","run":"echo \"GOPATH=${{ github.workspace }}\" \u003e\u003e $GITHUB_ENV\necho \"${{ github.workspace }}/bin\" \u003e\u003e $GITHUB_PATH\n"},{"name":"Install dependencies","shell":"bash","env":{"GO111MODULE":true},"run":"echo \"::group::🚧 Get dependencies\"\ngo install -v github.com/vbatts/git-validation@latest\ngo install -v github.com/containerd/ltag@latest\ngo install -v github.com/google/go-licenses@latest\necho \"::endgroup::\"\n"},{"name":"DCO Checks","shell":"bash","working-directory":"${{ inputs.working-directory }}","env":{"GITHUB_COMMIT_URL":"${{ github.event.pull_request.commits_url }}","REPO_ACCESS_TOKEN":"${{ inputs.repo-access-token }}","DCO_VERBOSITY":"-v","DCO_RANGE":""},"run":"echo \"::group::👮 DCO checks\"\nset -x\nif [[ ! -z \"${REPO_ACCESS_TOKEN}\" ]]; then\nHEADERS=(-H \"Accept: application/vnd.github+json\" -H \"Authorization: Bearer ${REPO_ACCESS_TOKEN}\")\nelse\nHEADERS=(-H \"Accept: application/vnd.github+json\")\nfi\nif [ -z \"${GITHUB_COMMIT_URL}\" ]; then\nDCO_RANGE=$(jq -r '.after + \"..HEAD\"' ${GITHUB_EVENT_PATH})\nelse\nDCO_RANGE=$(curl \"${HEADERS[@]}\" ${GITHUB_COMMIT_URL} | jq -r '.[0].parents[0].sha + \"..HEAD\"')\nfi\n${{ github.action_path }}/script/validate/dco\necho \"::endgroup::\"\n"},{"name":"Check licenses","shell":"bash","working-directory":"${{ inputs.working-directory }}","env":{"GO_LICENSES_IGNORE":"${{ inputs.go-licenses-ignore }}"},"run":"set -eux\nflags=\nfor f in ${GO_LICENSES_IGNORE}; do\n  flags=\"${flags} --ignore ${f}\"\ndone\ngo-licenses check --include_tests ./... --allowed_licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib ${flags}\n"},{"name":"Validate file headers","shell":"bash","working-directory":"${{ inputs.working-directory }}","run":"echo \"::group::📚 File headers\"\n${{ github.action_path }}/script/validate/fileheader ${{ github.action_path }}/\necho \"::endgroup::\"\n"},{"name":"Validate vendor directory","shell":"bash","working-directory":"${{ inputs.working-directory }}","run":"export GO_MOD_TIDY_FLAGS=\"${{ inputs.go-mod-tidy-flags }}\"\necho \"::group::🚀 Vendor directory\"\n${{ github.action_path }}/script/validate/vendor\necho \"::endgroup::\"\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":44777042,"uuid":"305484242","full_name":"containerd/project-checks","owner":"containerd","description":"This cross-project repository holds utilities, scripts, and common files used across the containerd master project and many sub-projects within the containerd organization","archived":false,"fork":false,"pushed_at":"2025-03-04T14:18:11.000Z","size":40,"stargazers_count":5,"open_issues_count":7,"forks_count":10,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-04T06:45:38.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/containerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-19T18:54:04.000Z","updated_at":"2025-03-04T14:16:15.000Z","dependencies_parsed_at":"2024-06-18T22:34:53.898Z","dependency_job_id":"63be6ba8-dc63-4ae6-a1f1-b5e0fd3fe7f9","html_url":"https://github.com/containerd/project-checks","commit_stats":{"total_commits":15,"total_committers":11,"mean_commits":"1.3636363636363635","dds":0.8,"last_synced_commit":"88640b598574f0ae68b9a36d6aa7402b662431b2"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerd","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252497638,"owners_count":21757651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"containerd","name":"containerd","uuid":"14037953","kind":"organization","description":"","email":null,"website":"containerd.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/14037953?v=4","repositories_count":36,"last_synced_at":"2024-04-14T06:47:07.952Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/containerd","funding_links":[],"total_stars":30901,"followers":727,"following":0,"created_at":"2022-11-07T08:00:57.161Z","updated_at":"2024-04-14T06:47:13.945Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerd/repositories"},"tags":[{"name":"v1.2.2","sha":"d7751f3c375b8fe4a84c02a068184ee4c1f59bc4","kind":"tag","published_at":"2025-03-04T14:17:58.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1.2.2","html_url":"https://github.com/containerd/project-checks/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":"3edf1e7d-c059-4ad4-a186-22d000e14ce6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"800740a80e93c309f9a40903ce26d749ad0909ec","kind":"tag","published_at":"2025-03-04T07:29:42.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1.2.1","html_url":"https://github.com/containerd/project-checks/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":"d500b167-ae77-4766-b01b-e913f8617323","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"bcdb37c07947abceeb90c42339c86767491487ac","kind":"tag","published_at":"2025-03-04T05:18:47.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1.2.0","html_url":"https://github.com/containerd/project-checks/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":"ad13cfff-76b6-4c6a-83ea-4c684cda1d5d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"434a07157608eeaa1d5c8d4dd506154204cd9401","kind":"commit","published_at":"2022-10-13T18:03:22.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1.1.0","html_url":"https://github.com/containerd/project-checks/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T10:22:44.855Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"a0c3be2be29a2cfedfefb8da08855329805e202b","kind":"tag","published_at":"2022-01-26T02:44:45.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1.0.2","html_url":"https://github.com/containerd/project-checks/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T11:02:45.334Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"79e2905982c1a153164d1154f49c0d5b0397d3e6","kind":"tag","published_at":"2020-12-03T15:14:33.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1.0.1","html_url":"https://github.com/containerd/project-checks/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T11:02:45.512Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.0.1/manifests"},{"name":"v1","sha":"833ac8656a495f9ed05a5cd86bf1f04f777981a2","kind":"commit","published_at":"2020-10-20T00:59:16.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1","html_url":"https://github.com/containerd/project-checks/releases/tag/v1","dependencies_parsed_at":"2023-05-31T11:02:45.738Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1/manifests"},{"name":"v1.0.0","sha":"833ac8656a495f9ed05a5cd86bf1f04f777981a2","kind":"commit","published_at":"2020-10-20T00:59:16.000Z","download_url":"https://codeload.github.com/containerd/project-checks/tar.gz/v1.0.0","html_url":"https://github.com/containerd/project-checks/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T11:02:45.611Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-05-05T12:34:49.044Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":118,"rankings":{"downloads":null,"dependent_repos_count":4.338456662969419,"dependent_packages_count":0.0,"stargazers_count":17.553478054191096,"forks_count":5.653620662335604,"docker_downloads_count":0.4436697829187134,"average":5.597845032482967},"purl":"pkg:githubactions/containerd/project-checks","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/containerd/project-checks","docker_dependents_count":2,"docker_downloads_count":20954806,"usage_url":"https://repos.ecosyste.ms/usage/actions/containerd/project-checks","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/containerd/project-checks/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T10:21:21.143Z","issues_count":2,"pull_requests_count":6,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":138447.66666666666,"issues_closed_count":0,"pull_requests_closed_count":6,"pull_request_authors_count":6,"issue_authors_count":2,"avg_comments_per_issue":1.5,"avg_comments_per_pull_request":1.6666666666666667,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":208580.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Fproject-checks/issues","maintainers":[{"login":"samuelkarp","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samuelkarp"},{"login":"estesp","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/estesp"},{"login":"AkihiroSuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AkihiroSuda"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/containerd%2Fproject-checks/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/containerd%2Fproject-checks/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/containerd%2Fproject-checks/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/containerd%2Fproject-checks/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/containerd%2Fproject-checks/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/containerd%2Fproject-checks/codemeta","maintainers":[]}