kubewarden / helm-charts

Helm charts for the Kubewarden project
Apache License 2.0
25 stars 17 forks source link

fix: audit scanner delete collection permission. #448

Closed jvanz closed 4 months ago

jvanz commented 4 months ago

Description

To clean up old policy reports created by audit scanner, it needs permissions to delete a collection of the reports. Requiring a change in the scanner role adding the "deletecollection" verb.

Fix https://github.com/kubewarden/audit-scanner/issues/263