Closed rhmdnd closed 2 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jhrozek, rhmdnd
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest-required
Please review the full test history for this PR and help us cut down flakes.
/retest
@rhmdnd: all tests passed!
Full PR test history. Your PR dashboard.
The CIS benchmarks recommends using a CNI that supports network policies. Previously, this was a manual check in the profile, but it's actually something we can check by querying the K8S operator API.
This commit adds the network resource to the operator.openshift.io API group so that the api-resource container can fetch that resource. This change is required to automate this check and used in:
https://github.com/ComplianceAsCode/content/pull/8524
Partial-Fix: https://bugzilla.redhat.com/show_bug.cgi?id=2072431