sigstore / sigstore-rs

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

fix: allow ManualTrustRoot to have multiple rekor keys #365

Closed flavio closed 1 month ago

flavio commented 1 month ago

ManualTrustRoot implements the TrustRoot trait, which requires the implemented to have multiple rekor keys. The ManualTrustRoot struct has now been updated to handle that, prior to that only one Rekor key was stored inside of a ManualTrustRoot instance.

flavio commented 1 month ago

@Xynnn007 this is ready for another round of review