We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6744827 commit 052664cCopy full SHA for 052664c
2 files changed
.github/workflows/test.yml
@@ -38,6 +38,9 @@ jobs:
38
39
- name: Scan code with Trivy
40
uses: aquasecurity/trivy-action@0.36.0
41
+ env:
42
+ TRIVY_IGNOREFILE: ".trivyignore.yaml"
43
+ TRIVY_SHOW_SUPPRESSED: 1
44
with:
45
scan-type: 'fs'
46
scan-ref: '.'
.trivyignore.yaml
@@ -0,0 +1,4 @@
1
+vulnerabilities:
2
+ - id: GHSA-w5hq-g745-h8pq
3
+ expired_at: 2026-03-30
4
+ statement: "Not yet fixed in dependencies'
0 commit comments