Open
Description
Hi,
I'm wanting to validate the attestations provided by GitHub for artifacts built in a private repository. I would like to do this validation as part of a Rust program.
I came across actions/attest-build-provenance#162, and some merged PRs to this repo that seemed to be making progress towards making this possible in Rust.
I'm curious about the status of validating these new bundle formats, and the gap between sigstore-rs and being able to do this within a Rust program. And, if it is a "good-first-issue" type of task, I'd be happy to help.
Thank you!