kubewarden / verify-image-signatures

A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod
https://kubewarden.io
Apache License 2.0
12 stars 9 forks source link

Update policy verify-image-signatures to target high level resources #37

Open jvanz opened 2 years ago

jvanz commented 2 years ago

Update the policy from targeting Pod resource to target higher level objects like deployments. This is a better practice because we prevent the resources to be created instead of failing in the deployment phase when the pods are created.

raulcabello commented 2 years ago

This policy already support this, however we should use the latest changes from the SDK in all policies. So it needs some refactoring.

raulcabello commented 2 years ago

Blocked until https://github.com/kubewarden/policy-sdk-rust/issues/63 is merged

jvanz commented 2 years ago

Blocked until kubewarden/policy-sdk-rust#63 is merged

This is merged and released. ;)