Skip to content

Commit

Permalink
UD-1425: set the trivy security contest to run as non-root, preventin…
Browse files Browse the repository at this point in the history
…g POP-302,POP-306
  • Loading branch information
knrc committed May 7, 2024
1 parent dcfa8b8 commit 90a837f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/zora/templates/plugins/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
{{- end }}
mountCustomChecksVolume: false
securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
privileged: false
{{- with .Values.scan.plugins.trivy.envFrom }}
Expand Down

0 comments on commit 90a837f

Please sign in to comment.