mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-06 09:16:36 +00:00
* change target pod to target pod spec * add checks * update docs * fix tests Co-authored-by: MAKOSCAFEE <barnabasmakonda@gmail.com>
14 lines
321 B
YAML
14 lines
321 B
YAML
successMessage: Host network is not configured
|
|
failureMessage: Host network should not be configured
|
|
category: Security
|
|
target: PodSpec
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
properties:
|
|
hostNetwork:
|
|
not:
|
|
const: true
|
|
mutations:
|
|
- op: remove
|
|
path: /hostNetwork |