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 8e36380 commit e03a733
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 @@ -30,6 +30,7 @@ spec:
{{- end }}
mountCustomChecksVolume: false
securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
privileged: false
{{- with .Values.scan.plugins.trivy.envFrom }}
Expand Down

0 comments on commit e03a733

Please sign in to comment.