Skip to content

Commit

Permalink
Using a flat irvyignore file to be compatible with GHA (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuchscherer authored Dec 11, 2024
1 parent 4fd4c21 commit 29c989e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/scan-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM
exit-code: 1
trivyignores: .trivyignore.yaml
trivyignores: .trivyignore

- name: Output sarif
uses: aquasecurity/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Accepted upstream; not in code path; https://github.com/kubernetes/kubernetes/pull/121842
CVE-2023-47108
5 changes: 0 additions & 5 deletions .trivyignore.yaml

This file was deleted.

0 comments on commit 29c989e

Please sign in to comment.