We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701bc18 commit cd434d1Copy full SHA for cd434d1
README.md
@@ -251,7 +251,7 @@ Cosign can also verify all this for you so you don't have to manually check all
251
```bash
252
cosign verify-blob \
253
--bundle <downloaded bundle file> \
254
- --certificate-identity "https://github.com/<your-gh-username>/sbom-workshop-go/.github/workflows/go.yml@refs/heads/main" \
+ --certificate-identity "https://github.com/<your-gh-username>/sbom-workshop/.github/workflows/go.yml@refs/heads/main" \
255
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
256
<downloaded SBoM file>
257
```
0 commit comments