Skip to content

Commit cab76bd

Browse files
committed
Oops
1 parent b5f18fa commit cab76bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ curl -O -L "https://github.com/getsentry/prevent-cli/releases/latest/download/se
3737
```
3838
Then, use `cosign` to verify the binary:
3939
```
40-
cosign verify-blob sentry-prevent-cli \
40+
cosign verify-blob sentry-prevent-cli \
4141
--bundle sentry-prevent-cli_macos.bundle \
42-
--certificate-identity-regexp=^https://github.com/getsentry/prevent-cli \
42+
--certificate-identity-regexp=^https://github.com/getsentry/prevent-cli \
4343
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
4444
```
4545
The OIDC identity here is associated with the specific workflow run that signs the binary. If the verification succeeds, you can trust you've recieved the same binary we built in our GitHub Actions workflow.

0 commit comments

Comments
 (0)