slsa-github-generator
slsa-github-generator copied to clipboard
[docs] Generate provenance for containers and store in ghcr.io
https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml can give some ideas.
We could start by using the cosign CLI to sign the attestation as in https://github.com/laurentsimon/slsa-github-generator-ko/blob/main/.github/workflows/slsa3-builder.yml#L414
Do we want the verifier to support verification for the GA release?
Do we want the verifier to support verification for the GA release?
I would think so
Verifier support will be handled by https://github.com/slsa-framework/slsa-verifier/issues/92
The workflow itself is implemented. Closing.