Skip to content

Commit 9a87b22

Browse files
authored
DVO-118: enable more checks by default (#249)
1 parent 55d2f04 commit 9a87b22

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkg/validations/validation_engine.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)