kubewarden / policy-evaluator

Crate used by Kubewarden that is able to evaluate policies with a given input, request to evaluate and settings.
Apache License 2.0
15 stars 9 forks source link

Extend `v2/verify` to support also certificate based verification #207

Closed flavio closed 1 year ago

flavio commented 1 year ago

Allow policy authors to verify OCI contents signed via sigstore using a user-provided certificate.

This is part of this epic: https://github.com/kubewarden/verify-image-signatures/issues/39

flavio commented 1 year ago

Implemented