2020-12-25 17:20:10 +08:00
|
|
|
#successMessage: Not running as privileged
|
|
|
|
promptMessage: Should not be running as privileged
|
2020-11-08 02:43:58 +08:00
|
|
|
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
|