kubeeye/checks/runAsPrivileged.yaml

14 lines
318 B
YAML
Raw Normal View History

2020-12-25 17:20:10 +08:00
#successMessage: Not running as privileged
promptMessage: Should not be running as privileged
category: Security
target: Container
schema:
'$schema': http://json-schema.org/draft-07/schema
type: object
properties:
securityContext:
properties:
privileged:
not:
2020-12-16 16:31:29 +08:00
const: true