From cd03648f3b99da575a3801ba20cc35338619fedf Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Thu, 6 Jun 2024 10:31:46 -0400 Subject: [PATCH] remove regex use on cosign verify-blob Co-authored-by: Dominique Martinet --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 86865edd7d4b..962029cba03e 100755 --- a/install.sh +++ b/install.sh @@ -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