Skip to content

Commit

Permalink
removed privilegde escalation in cronjob due to kics scan result
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Oct 11, 2024
1 parent a5634b0 commit 1e17809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/schulportal-load-tests/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
containers:
- name: {{ $job_name }}
image: {{ $job_options.image }}
securityContext:
allowPrivilegeEscalation: false
imagePullPolicy: Always
env:
- name: OPTIONS_FILE_PATH
Expand Down

0 comments on commit 1e17809

Please sign in to comment.