{"id":37653759,"url":"https://github.com/pkgcore/pkgcheck-action","last_synced_at":"2026-01-16T11:38:25.502Z","repository":{"id":136168575,"uuid":"338503715","full_name":"pkgcore/pkgcheck-action","owner":"pkgcore","description":"Run pkgcheck for ebuild repos via GitHub action.","archived":false,"fork":false,"pushed_at":"2024-02-03T08:19:08.000Z","size":2619,"stargazers_count":7,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-03-25T22:23:00.340Z","etag":null,"topics":["actions","ci","ebuilds","gentoo","github-actions","qa"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkgcore.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}},"created_at":"2021-02-13T05:23:04.000Z","updated_at":"2024-01-14T21:38:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"63a71dda-e64c-43a5-b440-3c155085123d","html_url":"https://github.com/pkgcore/pkgcheck-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pkgcore/pkgcheck-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcore%2Fpkgcheck-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcore%2Fpkgcheck-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcore%2Fpkgcheck-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcore%2Fpkgcheck-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgcore","download_url":"https://codeload.github.com/pkgcore/pkgcheck-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcore%2Fpkgcheck-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["actions","ci","ebuilds","gentoo","github-actions","qa"],"created_at":"2026-01-16T11:38:24.887Z","updated_at":"2026-01-16T11:38:25.497Z","avatar_url":"https://github.com/pkgcore.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# pkgcheck action\n\nThis action runs pkgcheck over an ebuild repository.\n\n## Inputs\n\n### `args` (optional) -- custom arguments for pkgcheck\n\nCustom arguments can be any arguments used with ``pkgcheck scan`` when running\npkgcheck directly on the command line. For example, to ignore RedundantVersion\nresults use the following setting:\n\n```yaml\nuses: pkgcore/pkgcheck-action@v1\nwith:\n  args: --keywords=-RedundantVersion\n```\n\nTo enable network checks, you can add ``--net`` to ``args``:\n\n```yaml\nuses: pkgcore/pkgcheck-action@v1\nwith:\n  args: --net\n```\n\n## Action failures\n\nFailures occur when error level results are found that match Gentoo CI\nsettings. If any occur they will be displayed again separately from the main\npkgcheck output in order to highlight the cause of the failure.\n\n## Example workflows\n\nWorkflow with no custom arguments:\n\n```yaml\nname: pkgcheck\n\non:\n  push:\n    branches: [master]\n  pull_request:\n    branches: [master]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout code\n      uses: actions/checkout@v4\n\n    - name: Run pkgcheck\n      uses: pkgcore/pkgcheck-action@v1\n```\n\nWorkflow with custom pkgcheck arguments:\n\n```yaml\nname: pkgcheck\n\non:\n  push:\n    branches: [main]\n  pull_request:\n    branches: [main]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout code\n      uses: actions/checkout@v4\n\n    - name: Run pkgcheck\n      uses: pkgcore/pkgcheck-action@v1\n      with:\n        args: --keywords=-RedundantVersion\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgcore%2Fpkgcheck-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgcore%2Fpkgcheck-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgcore%2Fpkgcheck-action/lists"}