Skip to content

Commit

Permalink
add TRIVY_JAVA_DB_REPOSITORY to trivy configmap (#2272)
Browse files Browse the repository at this point in the history
refs #2271

Co-authored-by: afdesk <work@afdesk.com>
  • Loading branch information
louzadod and afdesk authored Jan 10, 2025
1 parent bb0da26 commit 9144b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/helm/templates/configmaps/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ data:
TRIVY_DEBUG: {{ .Values.trivy.debug | quote }}
TRIVY_SKIP_DB_UPDATE: "false"
TRIVY_DB_REPOSITORY: "{{ .Values.trivy.dbRegistry }}/{{ .Values.trivy.dbRepository }}"
TRIVY_JAVA_DB_REPOSITORY: "{{ .Values.trivy.javaDbRegistry }}/{{ .Values.trivy.javaDbRepository }}"
TRIVY_INSECURE: "{{ .Values.operator.builtInServerRegistryInsecure }}"
{{- end }}
{{- end }}
Expand Down

0 comments on commit 9144b1f

Please sign in to comment.