Skip to content

Commit 2bad324

Browse files
authored
fix: security scan to have TRIVY_DISABLE_VEX_NOTICE
2 parents d4656e9 + 43546b8 commit 2bad324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Run Trivy vulnerability scanner
2323
uses: aquasecurity/trivy-action@master
24+
env:
25+
TRIVY_DISABLE_VEX_NOTICE: "1"
2426
with:
2527
scan-type: 'fs'
2628
scan-ref: '.'

0 commit comments

Comments
 (0)