Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored Mar 26, 2024
1 parent c78106e commit 379b3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ After the workflow has successfully run, you may manually verify the release att
$ image=docker.io/laurentsimon/slsa-project-echo-server@sha256:4378b3d11e11ede0f64946e588c590e460e44f90c8a7921ad2cb7b04aaf298d4
$ creator_id=https://github.com/laurentsimon/slsa-org/blob/main/.github/workflows/image-releaser.yml@refs/heads/main
$ type=https://slsa.dev/release/v0.1
$ cosign verify-attestation "{$image}" \
$ cosign verify-attestation "${image}" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity "${creator_id}"
--type "${type}" | jq -r '.payload' | base64 -d | jq
Expand Down

0 comments on commit 379b3b5

Please sign in to comment.