mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-08 02:06:53 +00:00
12 lines
257 B
YAML
12 lines
257 B
YAML
successMessage: Host PID is not configured
|
|
failureMessage: Host PID should not be configured
|
|
category: Security
|
|
target: Pod
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
properties:
|
|
hostPID:
|
|
not:
|
|
const: true
|