Can't get ignoreFile list work from Terraform #1734
Unanswered
gerbil
asked this question in
Help & Support
Replies: 2 comments 1 reply
-
@gerbil I suggest to send a question in aqua slack channel maybe someone from community has experience with it |
Beta Was this translation helpful? Give feedback.
1 reply
-
Possible wo: {{- if .Values.trivy.ignoreFile }}
trivy.ignoreFile: |
{{- range .Values.trivy.ignoreFile }}
{{ . | indent 4 }}
{{- end }}
{{- end }} set_list {
name = "trivy.ignoreFile"
value = ["CVE-1970-0001", "CVE-2023-49568"]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Terraform:
Resulting configmap:
This config is not working correctly since those CVEs are still visible.
Beta Was this translation helpful? Give feedback.
All reactions