Skip to content

Sign published container images - #227

Open
andrew wants to merge 1 commit into
mainfrom
issue-225-sign-container-image
Open

Sign published container images#227
andrew wants to merge 1 commit into
mainfrom
issue-225-sign-container-image

Conversation

@andrew

@andrew andrew commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Adds keyless Cosign signing for published container images. Enables full provenance and SBOM attestations in Buildx, then verifies both are present in GHCR.

Closes #225

@acidghost acidghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

You could also sign the SBOM as attestations: extract the SBOM and issue cosign attest over the file. I ended up updating my repo after opening the issue here 😅 (ref1, ref2). Downstream consumers might require the signature on the attestations before trusting the predicate (eg extractPayload from Kyverno).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sign container image and attach provenance and SBOM attestations

2 participants