Skip to content

Commit 61477ba

Browse files
authored
fix(cicd): trivy ignore (#873)
* fix(trivy): add CVE ignore * fix
1 parent 24a4bb7 commit 61477ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trivy-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
format: 'table'
3434
severity: 'HIGH'
3535
exit-code: "0"
36-
trivyignores: .github/trivyignore
36+
trivyignores: .github/.trivyignore
3737

3838
# CRITICAL → stop the pipeline
3939
- name: Trivy scan (CRITICAL — blocking)
@@ -43,4 +43,4 @@ jobs:
4343
format: 'table'
4444
severity: 'CRITICAL'
4545
exit-code: "1"
46-
trivyignores: .github/trivyignore
46+
trivyignores: .github/.trivyignore

0 commit comments

Comments
 (0)