buerokratt / POC-DMR.Cross-functional-requirements

Cross-functional requirements to take into account when developing or planning to develop Bürokratt's custom base components
MIT License
1 stars 1 forks source link

Security: Specify Containers Run as 'Read Only' where possible #81

Open guypritchard opened 2 years ago

guypritchard commented 2 years ago

As per the Security Architecture

Apply the following to Helm charts.

 containers:
  - name: <container name>
    image: <image>
    securityContext:
      readOnlyRootFilesystem: true