Skip to content

Commit

Permalink
remove regex use on cosign verify-blob
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique Martinet <[email protected]>
  • Loading branch information
wagoodman and martinetd authored Jun 6, 2024
1 parent 7521f34 commit cd03648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ verify_sign() {
verify-blob "$checksums_file" \
--certificate "$cert_reference" \
--signature "$sig_reference" \
--certificate-identity-regexp "https://github\.com/${OWNER}/${REPO}/\.github/workflows/release.yaml@refs/heads/main" \
--certificate-identity "https://github.com/${OWNER}/${REPO}/.github/workflows/release.yaml@refs/heads/main" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > "${log_file}" 2>&1

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit cd03648

Please sign in to comment.