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

Allow for Regex in CertSubjectEmailVerifier #299

Open dave-tucker opened 9 months ago

dave-tucker commented 9 months ago

Description

In the cosign binary you can use --certificate-identity-regexp and --certifcate-oidc-issuer-regex to provide a regular expression for identity (email) or issuer. It would be great if we can do this from sigstore-rs also.