Is your feature request related to a problem?
No response
Solution you'd like
Add two new methods that can be called from the policies: verify_pub_keys_image() and verify_keyless_exact_match() They will return a VerificationResponse which contains a boolean indicating if it is trusted and the digest.
Alternatives you've considered
No response
Anything else?
See the Rust SDK implementation: kubewarden/policy-sdk-rust#33
Is your feature request related to a problem?
No response
Solution you'd like
Add two new methods that can be called from the policies:
verify_pub_keys_image()andverify_keyless_exact_match()They will return aVerificationResponsewhich contains a boolean indicating if it is trusted and the digest.Alternatives you've considered
No response
Anything else?
See the Rust SDK implementation: kubewarden/policy-sdk-rust#33