Skip to content

Commit

Permalink
Merge pull request #1025 from smallstep/carl/fixes-1023
Browse files Browse the repository at this point in the history
Fix cosign identity regexp
  • Loading branch information
tashian authored Sep 29, 2023
2 parents cfca45a + 4b8020a commit abf6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ release:
cosign verify-blob \
--certificate ~/Download/step_darwin_{{ .Version }}_amd64.tar.gz.pem \
--signature ~/Downloads/step_darwin_{{ .Version }}_amd64.tar.gz.sig \
--certificate-identity-regexp "https://github\.com/smallstep/cli/.*" \
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
~/Downloads/step_darwin_{{ .Version }}_amd64.tar.gz
```
Expand Down

0 comments on commit abf6c29

Please sign in to comment.