mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-07 17:57:09 +00:00
* Initial checkin for recategorizing checks * Fix tests * Fix tests * Update example output
12 lines
269 B
YAML
12 lines
269 B
YAML
successMessage: Host network is not configured
|
|
failureMessage: Host network should not be configured
|
|
category: Security
|
|
target: Pod
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
properties:
|
|
hostNetwork:
|
|
not:
|
|
const: true
|