{"id":29129545,"url":"https://github.com/shiftleftcyber/secure-sbom-action","last_synced_at":"2026-03-17T11:34:23.166Z","repository":{"id":301721228,"uuid":"1009562994","full_name":"shiftleftcyber/secure-sbom-action","owner":"shiftleftcyber","description":"GitHub Action for SecureSBOM","archived":false,"fork":false,"pushed_at":"2026-01-18T21:51:13.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-19T07:09:43.327Z","etag":null,"topics":["bill-of-materials","bom","cyclonedx","sbom","software-bill-of-materials","spdx","supply-chain","vex"],"latest_commit_sha":null,"homepage":"https://shiftleftcyber.io","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/shiftleftcyber.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-27T10:34:46.000Z","updated_at":"2026-01-18T21:51:17.000Z","dependencies_parsed_at":"2025-06-28T12:32:22.148Z","dependency_job_id":"55618c61-8b28-45ba-a78e-eae46858bfc3","html_url":"https://github.com/shiftleftcyber/secure-sbom-action","commit_stats":null,"previous_names":["shiftleftcyber/secure-sbom-action"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/shiftleftcyber/secure-sbom-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftleftcyber%2Fsecure-sbom-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftleftcyber%2Fsecure-sbom-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftleftcyber%2Fsecure-sbom-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftleftcyber%2Fsecure-sbom-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiftleftcyber","download_url":"https://codeload.github.com/shiftleftcyber/secure-sbom-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftleftcyber%2Fsecure-sbom-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30622760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T11:26:08.186Z","status":"ssl_error","status_checked_at":"2026-03-17T11:24:37.311Z","response_time":56,"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":["bill-of-materials","bom","cyclonedx","sbom","software-bill-of-materials","spdx","supply-chain","vex"],"created_at":"2025-06-30T03:08:42.017Z","updated_at":"2026-03-17T11:34:23.148Z","avatar_url":"https://github.com/shiftleftcyber.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure SBOM GitHub Action\n\nThis GitHub Action signs and verifies SBOMs using the [SecureSBOM from ShiftLeftCyber](https://shiftleftcyber.io).\n\n## Features\n ✅ Sign SBOMs with a given key\n\n ✅ Verify signed SBOMs with a given key\n\n## Usage\n\n```yaml\nname: Sign SBOM\non: [push]\n\njobs:\n  sign:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: Sign SBOM\n        uses: shiftleftcyber/secure-sbom-action@v1\n        with:\n          sbom_file: \u003c\u003c/path/to/sbom/file\u003e\u003e\n          secure_sbom_action: sign\n          api_key: ${{ secrets.SBOM_API_KEY }}\n          key_id: ${{ secrets.SECURE_SBOM_KEYID }}\n```\n\n```yaml\nname: Verify SBOM\non: [push]\n\njobs:\n  verify:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: Sign SBOM\n        uses: shiftleftcyber/secure-sbom-action@v1\n        env:\n          SBOM_FILE: \u003c\u003c/path/to/signed/sbom/file\u003e\u003e\n          SECURE_SBOM_ACTION: verify\n          API_KEY: ${{ secrets.SBOM_API_KEY }}\n          KEY_ID: ${{ secrets.SECURE_SBOM_KEYID }}\n```\n\n\n## Inputs\n\n| Name           | Description                            | Required | Default  |\n|----------------|----------------------------------------|---------- |----------|\n| `SBOM_FILE`     | Path to the SBOM to sign or verify    | 🚫        | sign     |\n| `KEY_ID`       | Key ID to use for signing/verification | ✅        | —        |\n| `API_KEY`      | API Key (use GitHub Secret)            | ✅        | —        |\n| `ACTION`       | `sign` or `verify`                     | ✅        | —        |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiftleftcyber%2Fsecure-sbom-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiftleftcyber%2Fsecure-sbom-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiftleftcyber%2Fsecure-sbom-action/lists"}