Skip to content

Commit

Permalink
chore: update ignore file values example (#1919)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan committed Mar 18, 2024
1 parent 2aa20ed commit 0582f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/values.yaml
Expand Up @@ -394,9 +394,9 @@ trivy:

# -- ignoreFile can be used to tell Trivy to ignore vulnerabilities by ID (one per line)
ignoreFile: ~
# ignoreFile: |
# CVE-1970-0001
# CVE-1970-0002
# ignoreFile:
# - CVE-1970-0001
# - CVE-1970-0002

# -- ignorePolicy can be used to tell Trivy to ignore vulnerabilities by a policy
# If multiple policies would match, then the most specific one has precedence over the others.
Expand Down

0 comments on commit 0582f70

Please sign in to comment.