File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,9 @@ func getDisabledChecks() []string {
227227 "drop-net-raw-capability" ,
228228 "env-var-secret" ,
229229 "exposed-services" ,
230- "host-ipc" ,
231- "host-network" ,
232- "host-pid" ,
230+ // "host-ipc",
231+ // "host-network",
232+ // "host-pid",
233233 "latest-tag" ,
234234 // "minimum-three-replicas",
235235 "mismatching-selector" ,
@@ -239,17 +239,17 @@ func getDisabledChecks() []string {
239239 "no-read-only-root-fs" ,
240240 "no-readiness-probe" ,
241241 "no-rolling-update-strategy" ,
242- "privilege-escalation-container" ,
243- "privileged-container" ,
242+ // "privilege-escalation-container",
243+ // "privileged-container",
244244 "privileged-ports" ,
245245 "read-secret-from-env-var" ,
246246 "required-annotation-email" ,
247247 "required-label-owner" ,
248- "run-as-non-root" ,
248+ // "run-as-non-root",
249249 "sensitive-host-mounts" ,
250250 "ssh-port" ,
251251 "unsafe-proc-mount" ,
252- "unsafe-sysctls" ,
252+ // "unsafe-sysctls",
253253 // "unset-cpu-requirements",
254254 // "unset-memory-requirements",
255255 "use-namespace" ,
You can’t perform that action at this time.
0 commit comments