fix up exclusions

This commit is contained in:
Robert Brennan
2019-12-23 19:03:37 +00:00
parent ddf815d636
commit 25be9e41dd
5 changed files with 0 additions and 15 deletions

View File

@@ -3,8 +3,6 @@ id: hostIPCSet
successMessage: Host IPC is not configured
failureMessage: Host IPC should not be configured
category: Security
controllers:
exclude: []
target: Pod
schema:
'$schema': http://json-schema.org/draft-07/schema

View File

@@ -3,8 +3,6 @@ id: hostNetworkSet
successMessage: Host network is not configured
failureMessage: Host network should not be configured
category: Networking
controllers:
exclude: []
target: Pod
schema:
'$schema': http://json-schema.org/draft-07/schema

View File

@@ -3,8 +3,6 @@ id: hostPIDSet
successMessage: Host PID is not configured
failureMessage: Host PID should not be configured
category: Security
controllers:
exclude: []
target: Pod
schema:
'$schema': http://json-schema.org/draft-07/schema

View File

@@ -3,13 +3,6 @@ id: hostPortSet
successMessage: Host port is not configured
failureMessage: Host port should not be configured
category: Networking
controllers:
exclude:
- Job
- CronJob
containers:
exclude:
- initContainer
target: Container
schema:
'$schema': http://json-schema.org/draft-07/schema

View File

@@ -3,8 +3,6 @@ id: runAsRootAllowed
successMessage: Is not allowed to run as root
failureMessage: Should not be allowed to run as root
category: Security
controllers:
exclude: []
target: Container
schemaTarget: Pod
schema: