From 930d98355f58c12c51690f8753acc477b84c1632 Mon Sep 17 00:00:00 2001 From: shimritproj Date: Wed, 3 Jul 2024 21:34:55 +0300 Subject: [PATCH] Fix make lint --- cnf-certification-test/operator/suite.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cnf-certification-test/operator/suite.go b/cnf-certification-test/operator/suite.go index 40718d40c..d7343229e 100644 --- a/cnf-certification-test/operator/suite.go +++ b/cnf-certification-test/operator/suite.go @@ -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 {