mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-21 05:06:49 +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
19 lines
542 B
YAML
19 lines
542 B
YAML
successMessage: The default /proc masks are set up to reduce attack surface, and should be required
|
|
failureMessage: Proc mount must not be changed from the default
|
|
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:
|
|
procMount:
|
|
type: string
|
|
const: Default |