Skip to content

Commit 052664c

Browse files
committed
.trivyignore.yaml
1 parent 6744827 commit 052664c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838

3939
- name: Scan code with Trivy
4040
uses: aquasecurity/trivy-action@0.36.0
41+
env:
42+
TRIVY_IGNOREFILE: ".trivyignore.yaml"
43+
TRIVY_SHOW_SUPPRESSED: 1
4144
with:
4245
scan-type: 'fs'
4346
scan-ref: '.'

.trivyignore.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)