We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b28793 commit 1bdaa4cCopy full SHA for 1bdaa4c
1 file changed
README.md
@@ -60,7 +60,7 @@ cosign verify-blob \
60
"$BIN-$VERSION-$ARCH.tar.gz" \
61
--bundle "$BIN-$VERSION-$ARCH.tar.gz.sigstore.json" \
62
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
63
- --certificate-identity="https://github.com/JasonVranek/commit-boost-client/.github/workflows/release.yml@refs/heads/main"
+ --certificate-identity="https://github.com/Commit-Boost/commit-boost-client/.github/workflows/release.yml@refs/heads/main"
64
```
65
66
A successful verification prints `Verified OK`. If the binary was modified after being built by CI, verification will fail.
0 commit comments