Skip to content

Commit

Permalink
Add trivy ignore option
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed May 2, 2023
1 parent 3bb7cda commit 9b35cab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
exit-code: '1'
ignore-unfixed: false
severity: 'MEDIUM,HIGH,CRITICAL'
trivyignores: 'charts/${{matrix.chart}}/.trivyignore'
limit-severities-for-sarif: true

- name: Lint ${{ matrix.chart }}
Expand Down
3 changes: 3 additions & 0 deletions charts/registry-creds/.trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Does not work without it
AVD-KSV-0041
AVD-KSV-0049

0 comments on commit 9b35cab

Please sign in to comment.