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