This repository is a public distribution surface for PatentChecker release artifacts.
- Source code lives in a separate private repository.
- Tags in this repo exist only to anchor GitHub Releases.
- Each GitHub Release in this repo should contain:
runner_receipt.v0.1.json(image + digest + verification identity)cosign.bundle.json(offline signature verification bundle)sbom.spdx.json(SBOM)provenance.slsa.json(SLSA provenance predicate)
Use the GitHub Releases page for this repository.
The intended verification flow is:
- Read
runner_receipt.v0.1.jsonto get:- image reference (e.g.
ghcr.io/omniscoder/patentchecker) - immutable digest (
sha256:...) - signing identity + issuer
- image reference (e.g.
- Verify the image signature with
cosign.bundle.json(offline / air-gapped friendly). - Validate attestations (
sbom.spdx.json,provenance.slsa.json) as needed.
PatentChecker customer-facing verification guidance is maintained alongside the product docs/site.