Skip to content

Commit

Permalink
Check for the recommended security requirements of the container-nati…
Browse files Browse the repository at this point in the history
…ve operators
  • Loading branch information
shimritproj committed Jul 3, 2024
1 parent b08dde7 commit b90c555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cnf-certification-test/operator/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ func testOperatorPodsRunAsNonRoot(check *checksdb.Check, env *provider.TestEnvir
check.LogInfo("Testing Pod %q in namespace %q", pod.Name, pod.Namespace)
// We are looking through both the containers and the pods separately to make compliant and non-compliant objects.
for _, c := range pod.Containers {

skipKnownContainer := false
for _, k := range knownContainersToSkip {
if c.Name == k {
Expand Down

0 comments on commit b90c555

Please sign in to comment.