Skip to content

Commit

Permalink
fix up exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Dec 23, 2019
1 parent ddf815d commit 25be9e4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions checks/hostIPC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions checks/hostNetwork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions checks/hostPID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions checks/hostPortSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions checks/runAsRootAllowed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25be9e4

Please sign in to comment.