mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-23 22:26:34 +00:00
14 lines
346 B
YAML
14 lines
346 B
YAML
successMessage: Privilege escalation not allowed
|
|
failureMessage: Privilege escalation should not be allowed
|
|
category: Security
|
|
target: Container
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
properties:
|
|
securityContext:
|
|
properties:
|
|
allowPrivilegeEscalation:
|
|
not:
|
|
const: true
|