Skip to content

Commit

Permalink
fixes image ref for verify-attestation
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Kielty <[email protected]>
  • Loading branch information
RobertKielty committed Nov 27, 2024
1 parent 84460e8 commit 7acea36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ jobs:
IMAGE_NAME: ${{ needs.build.outputs.image }}
IMAGE_DIGEST: ${{ needs.build.outputs.digest }}
run: |
COSIGN_EXPERIMENTAL=1 cosign verify-attestation --certificate-identity-regexp=".*" --certificate-oidc-issuer-regexp=".*" --type slsaprovenance "${IMAGE_NAME}@${IMAGE_DIGEST}"
COSIGN_EXPERIMENTAL=1 cosign verify-attestation --certificate-identity-regexp=".*" --certificate-oidc-issuer-regexp=".*" --type slsaprovenance "${{ env.IMAGE_NAME }}@${{env.IMAGE_DIGEST}}"
# TODO(github.com/slsa-framework/slsa-verifier/issues/92): Add step to verify using slsa-verifier

0 comments on commit 7acea36

Please sign in to comment.