Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify cosign verify-bundle example #408

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

jku
Copy link
Member

@jku jku commented Oct 15, 2024

  • Remove unneeded env var
  • Use the README as the blob
  • Avoid running sigstore/cosign to verify: the sigstore-rs example should be enough

Partially fixes #242: this is the last instance of COSIGN_EXPERIMENTAL but I don't think I've tested every single example yet so not sure if this is completely fixed or not...

* Remove unneeded env var
* Use the README as the blob
* Avoid running sigstore/cosign to verify: the sigstore-rs example
  should be enough

Signed-off-by: Jussi Kukkonen <[email protected]>
@jku jku force-pushed the polish-cosign-verify-bundle-example branch from 1c4d893 to bb3f82f Compare October 15, 2024 12:01
@viccuad
Copy link
Collaborator

viccuad commented Oct 21, 2024

Thanks!

@viccuad viccuad merged commit 5345d1d into sigstore:main Oct 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update examples to use cosign 2.0 or clarify that it is using 1.x
3 participants