2020-12-25 17:20:10 +08:00
|
|
|
#successMessage: Filesystem is read only
|
|
|
|
promptMessage: Filesystem should be read only
|
2020-12-16 16:36:47 +08:00
|
|
|
category: Security
|
|
|
|
target: Container
|
|
|
|
schema:
|
|
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
|
|
type: object
|
|
|
|
required:
|
|
|
|
- securityContext
|
|
|
|
properties:
|
|
|
|
securityContext:
|
|
|
|
required:
|
|
|
|
- readOnlyRootFilesystem
|
|
|
|
properties:
|
|
|
|
readOnlyRootFilesystem:
|
|
|
|
const: true
|