mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-21 00:24:13 +00:00
* Bump lins * Code refactoring * Fixign issues * Fixing issues * Fixing issues * Fixing issues * [WIP] * [WIP] * [WIP] * Trying to fix tests * Trying to fix tests * Fixing issues * Fixing issues * Fixing issues * Fixing issues * Fixing issues * Fixing issues * Revert go mod * Revert go mod * Revert go mod * Revert go mod * Fixing issues * Fixing issue * Code refactoring * Updating json schema version * Updating json schema version
32 lines
823 B
YAML
32 lines
823 B
YAML
successMessage: Privileged access to the host check is valid
|
|
failureMessage: Privileged access to the host is disallowed
|
|
category: Security
|
|
target: PodSpec
|
|
schema:
|
|
'$schema': https://json-schema.org/draft/2019-09/schema
|
|
type: object
|
|
properties:
|
|
containers:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
securityContext:
|
|
type: object
|
|
properties:
|
|
windowsOptions:
|
|
type: object
|
|
properties:
|
|
hostProcess:
|
|
type: boolean
|
|
const: false
|
|
securityContext:
|
|
type: object
|
|
properties:
|
|
windowsOptions:
|
|
type: object
|
|
properties:
|
|
hostProcess:
|
|
type: boolean
|
|
const: false
|