Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- [npm packages built using the SLSA3 Node.js builder](#npm-packages-built-using-the-slsa3-nodejs-builder)
- [npm packages built using the npm CLI](#npm-packages-built-using-the-npm-cli)
- [Container-based builds](#container-based-builds)
- [Verification for GitHub `attest-build-provenance` Attestations](#verification-for-github-attest-build-provenance-attestations)
- [Verification for GitHub `attest` Attestations](#verification-for-github-attest-build-provenance-attestations)
- [Verification for Google Cloud Build](#verification-for-google-cloud-build)
- [Artifacts](#artifacts-1)
- [Containers](#containers-1)
Expand Down Expand Up @@ -441,9 +441,9 @@ The builder image is described using an [in-toto Resource Descriptor](https://gi

In case the builds are reproducible, you may also use the internal [docker CLI tool](https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/docker#the-verify-command) to verify the artifact by rebuilding the artifact with the provided provenance.

## Verification for GitHub `attest-build-provenance` Attestations
## Verification for GitHub `attest` Attestations

Attestations produced by builders that leverage the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action.
Attestations produced by builders that leverage the [attest](https://github.com/actions/attest) action.

Currently limited to artifacts built with the following builder-ids:
- `github.com/bazel-contrib/.github/blob/master/.github/workflows/release_ruleset.yaml`
Expand Down
Loading