Skip to content

Commit 1273e0c

Browse files
committed
add trivy ignore
1 parent 4f6c28b commit 1273e0c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.trivyignore.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
vulnerabilities:
2+
- id: CVE-2026-24842
3+
paths:
4+
- "package-lock.json"
5+
statement: downstream dependency for tar - waiting for new npm release
6+
expired_at: 2026-06-01

trivy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignorefile: ".trivyignore.yaml"

0 commit comments

Comments
 (0)