{"id":40917737,"url":"https://github.com/pkgcraft/pkgcruft-action","last_synced_at":"2026-01-22T03:18:40.142Z","repository":{"id":262215590,"uuid":"816251759","full_name":"pkgcraft/pkgcruft-action","owner":"pkgcraft","description":"GitHub action to run pkgcruft across an ebuild repo.","archived":false,"fork":false,"pushed_at":"2025-12-22T20:59:32.000Z","size":38,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T09:36:32.464Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkgcraft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-17T11:03:46.000Z","updated_at":"2025-12-22T20:59:35.000Z","dependencies_parsed_at":"2024-11-11T08:34:36.042Z","dependency_job_id":"d96a892c-d8fe-49e2-98c4-ccbea3b1f37a","html_url":"https://github.com/pkgcraft/pkgcruft-action","commit_stats":null,"previous_names":["pkgcraft/pkgcruft-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pkgcraft/pkgcruft-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fpkgcruft-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fpkgcruft-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fpkgcruft-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fpkgcruft-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgcraft","download_url":"https://codeload.github.com/pkgcraft/pkgcruft-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fpkgcruft-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28652114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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"}},"keywords":[],"created_at":"2026-01-22T03:18:39.563Z","updated_at":"2026-01-22T03:18:40.124Z","avatar_url":"https://github.com/pkgcraft.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pkgcruft-action\n\nGitHub action that runs [pkgcruft] over an ebuild repo and supports showing run\ndifferences between commits including optional PR comment support.\n\n## Inputs\n\n### `exit` (optional) -- report sets that trigger failures\n\nBy default, critical and error level reports trigger failures.\n\n### `repo` (optional) -- custom target repo path\n\nBy default, the current working directory is used for a repo path.\n\n### `pr-comments` (optional) -- true or false\n\nBy default, comments are added to pull requests showing the scan difference\nfrom the base commit.\n\n## Example workflow\n\nNote that for the action's diff support to work, the full history of the target\nrepo needs to be fetched using the checkout action's `fetch-depth: 0` option.\nShallow git repos will only show diff output if the target commit results exist\nin the cache.\n\nAlso, the action requires using x86-64 Linux runners.\n\n```yaml\nname: pkgcruft\n\non: [push, pull_request]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    permissions:\n      pull-requests: write\n    steps:\n    - name: Checkout code\n      uses: actions/checkout@v6\n      with:\n        fetch-depth: 0\n    - name: Run pkgcruft\n      uses: pkgcraft/pkgcruft-action@main\n```\n\n[pkgcruft]: \u003chttps://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcruft\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgcraft%2Fpkgcruft-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgcraft%2Fpkgcruft-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgcraft%2Fpkgcruft-action/lists"}