{"id":5800854,"name":"mszostok/codeowners-validator","ecosystem":"actions","description":"GitHub action to ensure the correctness of your CODEOWNERS file.","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/mszostok/codeowners-validator","keywords_array":["checker","codeowners","codeowners-validator","github","github-action","github-api","github-codeowners","go","golang","hacktoberfest","validator"],"namespace":"mszostok","versions_count":13,"first_release_published_at":"2019-03-21T14:27:05.000Z","latest_release_published_at":"2022-04-16T12:42:32.000Z","latest_release_number":"v0.7.4","last_synced_at":"2026-06-04T05:01:37.197Z","created_at":"2023-01-04T12:31:19.395Z","updated_at":"2026-06-04T05:01:37.197Z","registry_url":"https://github.com/mszostok/codeowners-validator","install_command":null,"documentation_url":null,"metadata":{"name":"GitHub CODEOWNERS Validator","description":"GitHub action to ensure the correctness of your CODEOWNERS file.","author":"szostok.mateusz@gmail.com","inputs":{"github_access_token":{"description":"The GitHub access token. Instruction for creating a token can be found here: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/#creating-a-token. If not provided then validating owners functionality could not work properly, e.g. you can reach the API calls quota or if you are setting GitHub Enterprise base URL then an unauthorized error can occur.","required":false},"github_app_id":{"description":"Github App ID for authentication. This replaces the GITHUB_ACCESS_TOKEN. Instruction for creating a Github App can be found here: https://github.com/mszostok/codeowners-validator/blob/main/docs/gh-token.md","required":false},"github_app_installation_id":{"description":"Github App Installation ID. Required when GITHUB_APP_ID is set.","required":false},"github_app_private_key":{"description":"Github App private key in PEM format. Required when GITHUB_APP_ID is set.","required":false},"github_base_url":{"description":"The GitHub base URL for API requests. Defaults to the public GitHub API, but can be set to a domain endpoint to use with GitHub Enterprise. Default: https://api.github.com/","required":false},"github_upload_url":{"description":"The GitHub upload URL for uploading files. It is taken into account only when the GITHUB_BASE_URL is also set. If only the GITHUB_BASE_URL is provided then this parameter defaults to the GITHUB_BASE_URL value. Default: https://uploads.github.com/","required":false},"experimental_checks":{"description":"The comma-separated list of experimental checks that should be executed. By default, all experimental checks are turned off. Possible values: notowned.","default":"","required":false},"checks":{"description":"The list of checks that will be executed. By default, all checks are executed. Possible values: files,owners,duppatterns,syntax","required":false,"default":""},"repository_path":{"description":"The repository path in which CODEOWNERS file should be validated.","required":false,"default":"."},"check_failure_level":{"description":"Defines the level on which the application should treat check issues as failures. Defaults to warning, which treats both errors and warnings as failures, and exits with error code 3. Possible values are error and warning. Default: warning","required":false},"not_owned_checker_skip_patterns":{"description":"The comma-separated list of patterns that should be ignored by not-owned-checker. For example, you can specify * and as a result, the * pattern from the CODEOWNERS file will be ignored and files owned by this pattern will be reported as unowned unless a later specific pattern will match that path. It's useful because often we have default owners entry at the begging of the CODOEWNERS file, e.g. * @global-owner1 @global-owner2","required":false},"owner_checker_repository":{"description":"The owner and repository name. For example, gh-codeowners/codeowners-samples. Used to check if GitHub team is in the given organization and has permission to the given repository.","required":false,"default":"${{ github.repository }}"},"owner_checker_ignored_owners":{"description":"The comma-separated list of owners that should not be validated. Example: @owner1,@owner2,@org/team1,example@email.com.","required":false},"owner_checker_allow_unowned_patterns":{"description":"Specifies whether CODEOWNERS may have unowned files. For example, `/infra/oncall-rotator/oncall-config.yml` doesn't have owner and this is not reported.","default":"true","required":false},"owner_checker_owners_must_be_teams":{"description":"Specifies whether only teams are allowed as owners of files.","default":"false","required":false},"not_owned_checker_subdirectories":{"description":"Only check listed subdirectories for CODEOWNERS ownership that don't have owners.","required":false},"not_owned_checker_trust_workspace":{"description":"Specifies whether the repository path should be marked as safe. See: https://github.com/actions/checkout/issues/766","required":false,"default":"true"}},"runs":{"using":"docker","image":"docker://ghcr.io/mszostok/codeowners-validator:v0.7.4","env":{"ENVS_PREFIX":"INPUT"}},"branding":{"icon":"shield","color":"gray-dark"},"default_branch":"main","path":null},"repo_metadata":{"id":37952997,"uuid":"167810789","full_name":"mszostok/codeowners-validator","owner":"mszostok","description":"The GitHub CODEOWNERS file validator","archived":false,"fork":false,"pushed_at":"2024-05-01T03:04:16.000Z","size":3689,"stargazers_count":241,"open_issues_count":58,"forks_count":54,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-15T14:14:29.956Z","etag":null,"topics":["checker","codeowners","codeowners-validator","github","github-action","github-api","github-codeowners","go","golang","hacktoberfest","validator"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mszostok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-27T13:17:18.000Z","updated_at":"2025-10-13T13:56:31.000Z","dependencies_parsed_at":"2024-05-01T04:24:27.855Z","dependency_job_id":null,"html_url":"https://github.com/mszostok/codeowners-validator","commit_stats":{"total_commits":119,"total_committers":19,"mean_commits":"6.2631578947368425","dds":"0.15966386554621848","last_synced_commit":"84b4fa2742240c05af8c81185e91947d90222106"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/mszostok/codeowners-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mszostok","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/sbom","scorecard":{"id":666338,"data":{"date":"2025-08-11","repo":{"name":"github.com/mszostok/codeowners-validator","commit":"f3651e3810802a37bd965e6a9a7210728179d076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 5/28 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:18","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/pull-requests.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-requests.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/pull-requests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-requests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/pull-requests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-requests.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/pull-requests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-requests.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/pull-requests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-requests.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/pull-requests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-requests.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/pull-requests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/mszostok/codeowners-validator/release.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:2","Info:   0 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":2,"reason":"badge detected: InProgress","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.7.4 not signed: https://api.github.com/repos/mszostok/codeowners-validator/releases/64581339","Warn: release artifact v0.7.3 not signed: https://api.github.com/repos/mszostok/codeowners-validator/releases/64338834","Warn: release artifact v0.7.2 not signed: https://api.github.com/repos/mszostok/codeowners-validator/releases/63783661","Warn: release artifact v0.7.1 not signed: https://api.github.com/repos/mszostok/codeowners-validator/releases/59432303","Warn: release artifact v0.7.0 not signed: https://api.github.com/repos/mszostok/codeowners-validator/releases/59412520","Warn: release artifact v0.7.4 does not have provenance: https://api.github.com/repos/mszostok/codeowners-validator/releases/64581339","Warn: release artifact v0.7.3 does not have provenance: https://api.github.com/repos/mszostok/codeowners-validator/releases/64338834","Warn: release artifact v0.7.2 does not have provenance: https://api.github.com/repos/mszostok/codeowners-validator/releases/63783661","Warn: release artifact v0.7.1 does not have provenance: https://api.github.com/repos/mszostok/codeowners-validator/releases/59432303","Warn: release artifact v0.7.0 does not have provenance: https://api.github.com/repos/mszostok/codeowners-validator/releases/59412520"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 23 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"13 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3754 / GHSA-2x5j-vhc8-9cwm","Warn: Project is vulnerable to: GO-2025-3367 / GHSA-r9px-m959-cxf4","Warn: Project is vulnerable to: GO-2025-3368 / GHSA-v725-9546-7q7m","Warn: Project is vulnerable to: GO-2024-3250 / GHSA-29wx-vh33-7x7r","Warn: Project is vulnerable to: GO-2025-3553 / GHSA-mh63-6h87-95cp","Warn: Project is vulnerable to: GO-2024-3321 / GHSA-v778-237x-gjrc","Warn: Project is vulnerable to: GO-2025-3487 / GHSA-hcg3-q754-cr77","Warn: Project is vulnerable to: GO-2024-2687 / GHSA-4v7x-pqxf-cx7m","Warn: Project is vulnerable to: GO-2024-3333","Warn: Project is vulnerable to: GO-2025-3503 / GHSA-qxp5-gwg8-xv66","Warn: Project is vulnerable to: GO-2025-3595 / GHSA-vvgc-356p-c3xw","Warn: Project is vulnerable to: GO-2025-3488 / GHSA-6v2p-p543-phr9","Warn: Project is vulnerable to: GO-2024-2611 / GHSA-8r3f-844c-mc37"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T18:09:24.219Z","repository_id":37952997,"created_at":"2025-08-21T18:09:24.219Z","updated_at":"2025-08-21T18:09:24.219Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279159535,"owners_count":26116492,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"mszostok","name":"Mateusz Szostok","uuid":"17568639","kind":"user","description":"doin' cloud-native stuff, the wacky kind\r\n\r\nex-@kyma-project | ex-@capactio","email":"","website":"szostok.io","location":"Poland","twitter":"m_szostok","company":"@kubeshop | @kubernetes ","icon_url":"https://avatars.githubusercontent.com/u/17568639?u=d0590f9e58c484b4c6cd5f0713352b6c596c65ae\u0026v=4","repositories_count":27,"last_synced_at":"2023-03-02T10:20:29.798Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mszostok","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T03:01:12.457Z","updated_at":"2023-03-02T10:20:29.811Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mszostok","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mszostok/repositories"},"tags":[{"name":"v0.7.5-rc1","sha":"7695bb909f2b5bd3406411d0072f437e0b5ebb8b","kind":"commit","published_at":"2022-07-19T21:46:54.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.7.5-rc1","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.7.5-rc1","dependencies_parsed_at":"2023-05-30T18:11:30.814Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.7.5-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.5-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.5-rc1/manifests"},{"name":"v0.7.4","sha":"7f3f5e28c6d7b8dfae5731e54ce2272ca384592f","kind":"commit","published_at":"2022-04-16T12:42:32.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.7.4","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.7.4","dependencies_parsed_at":"2023-05-30T18:11:31.640Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"436c7ac6145052458058cfc4d0dae386b63446ff","kind":"commit","published_at":"2022-04-13T08:49:52.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.7.3","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.7.3","dependencies_parsed_at":"2023-05-30T18:11:32.399Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"f555ba682ec613249e7e478a4e0bff3ba35dc79f","kind":"commit","published_at":"2022-04-06T18:32:14.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.7.2","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.7.2","dependencies_parsed_at":"2023-05-30T18:11:33.276Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"2f478ec3b2c8a321d46fca773f6285a447234f6a","kind":"commit","published_at":"2022-02-13T12:14:47.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.7.1","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.7.1","dependencies_parsed_at":"2023-05-30T18:11:34.030Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"6bf04a93c6d85beacbdc378fa8f96e2b844146a3","kind":"commit","published_at":"2022-02-12T20:52:26.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.7.0","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.7.0","dependencies_parsed_at":"2023-05-30T18:11:34.963Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"2f6e3bb39aa6837d7dcf8eff2de5d6c046d0c9a9","kind":"commit","published_at":"2021-01-22T09:17:37.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.6.0","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.6.0","dependencies_parsed_at":"2023-05-30T18:11:35.522Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.6.0/manifests"},{"name":"v0.5.1","sha":"085f2704df1fb1da5aa3c4c61543fc4e7724f600","kind":"commit","published_at":"2020-11-02T16:29:07.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.5.1","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.5.1","dependencies_parsed_at":"2023-05-30T18:11:36.146Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"282d053a90662ecc4be841e9c95607ce6a218d82","kind":"commit","published_at":"2020-10-26T10:12:45.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.5.0","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-30T18:11:36.664Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"7a3a38f0758fa7020355e62b58e27b6ae5d8e790","kind":"commit","published_at":"2020-03-29T20:42:10.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.4.0","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-30T18:11:36.970Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"bd9a2e26a367ff54b102dedb6ed72050690b4499","kind":"tag","published_at":"2020-03-18T18:48:06.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.3.0","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-30T18:11:37.303Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"886bf72c49ef2812d2e194985d9daaa866f4a7a0","kind":"tag","published_at":"2019-11-13T12:37:26.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.2.0","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-30T18:11:37.727Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"ac640c63d23461fa7843ecf3fba10308dd4e6d8f","kind":"tag","published_at":"2019-03-21T14:27:05.000Z","download_url":"https://codeload.github.com/mszostok/codeowners-validator/tar.gz/v0.1.0","html_url":"https://github.com/mszostok/codeowners-validator/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-30T18:11:38.127Z","dependency_job_id":null,"purl":"pkg:github/mszostok/codeowners-validator@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-16T17:42:02.356Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":480,"rankings":{"downloads":null,"dependent_repos_count":1.5972112185073681,"dependent_packages_count":0.0,"stargazers_count":1.3246712090001584,"forks_count":1.365869117414039,"docker_downloads_count":null,"average":1.0719378862303914},"purl":"pkg:githubactions/mszostok/codeowners-validator","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/mszostok/codeowners-validator","docker_dependents_count":1,"docker_downloads_count":5861,"usage_url":"https://repos.ecosyste.ms/usage/actions/mszostok/codeowners-validator","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/mszostok/codeowners-validator/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-03T06:37:38.000Z","issues_count":45,"pull_requests_count":109,"avg_time_to_close_issue":6352722.1,"avg_time_to_close_pull_request":9398542.929411765,"issues_closed_count":10,"pull_requests_closed_count":85,"pull_request_authors_count":16,"issue_authors_count":32,"avg_comments_per_issue":2.111111111111111,"avg_comments_per_pull_request":0.8623853211009175,"merged_pull_requests_count":32,"bot_issues_count":0,"bot_pull_requests_count":55,"past_year_issues_count":3,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":6149463.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mszostok%2Fcodeowners-validator/issues","maintainers":[{"login":"mszostok","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mszostok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mszostok%2Fcodeowners-validator/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mszostok%2Fcodeowners-validator/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mszostok%2Fcodeowners-validator/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mszostok%2Fcodeowners-validator/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mszostok%2Fcodeowners-validator/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/mszostok%2Fcodeowners-validator/codemeta","maintainers":[]}