sigstore / sigstore-rs

An experimental Rust crate for sigstore
https://sigstore.github.io/sigstore-rs/sigstore/
Apache License 2.0
171 stars 53 forks source link

examples/docs for sigstore::bundle #406

Closed jku closed 1 month ago

jku commented 1 month ago

The sigstore::bundle module seems like the "modern high level sigstore API" out of all modules in the project but it is not mentioned in README and has no examples.

I could try adding an example or two.

jku commented 1 month ago

Might have to rename some things -- the "verify-bundle" example is confusingly named. It's not really a sigstore-rs problem but just a result of sigstore overloading the word bundle.