Skip to content

Commit b5f18fa

Browse files
committed
Tweaks to readme
1 parent fd4f6aa commit b5f18fa

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pip install sentry-prevent-cli
2222

2323
### Binary
2424

25-
We build and publish binaries for Linux, MacOS, and Windows. See our GitHub Releases for the full list of OS/architecture combos we build for. We'll use our macos binary for demonstration purposes here:
25+
We build and publish binaries for Linux, MacOS, and Windows. See our GitHub Releases for the full list of OS/architecture combinations we build for. We'll use our macos binary for demonstration purposes here:
2626
```
2727
curl -o sentry-prevent-cli -L "https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli_macos"
2828
chmod +x sentry-prevent-cli
@@ -37,9 +37,12 @@ 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 --bundle sentry-prevent-cli_macos.bundle --certificate-identity-regexp=^https://github.com/getsentry/prevent-cli --certificate-oidc-issuer=https://token.actions.githubusercontent.com
40+
cosign verify-blob sentry-prevent-cli \
41+
--bundle sentry-prevent-cli_macos.bundle \
42+
--certificate-identity-regexp=^https://github.com/getsentry/prevent-cli \
43+
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
4144
```
42-
The OIDC identity here is associated with the specific workflow run that signs the binary. If this command says the binary is verified, you can trust you've recieved the same binary we built in our GitHub Actions workflow.
45+
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.
4346

4447
# Usage
4548

0 commit comments

Comments
 (0)