kubernetes-sigs / wg-policy-prototypes

A place for policy work group related proposals and prototypes.
Apache License 2.0
64 stars 39 forks source link

Extend PolicyReportResult severity for better mapping with common tools #109

Closed fjogeleit closed 2 years ago

fjogeleit commented 2 years ago

Many common tools like Falco or Trivy having more fine-grained option for severity level. Because the PolicyReport CRD supports only 3 levels, it is harder to map between them.

To make this easier I would like to add two new levels to the related enum.

Signed-off-by: Frank Jogeleit frank.jogeleit@web.de

JimBugwadia commented 2 years ago

/lgtm /approve

k8s-ci-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fjogeleit, JimBugwadia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/wg-policy-prototypes/blob/master/OWNERS)~~ [JimBugwadia] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment