We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a4bb7 commit 61477baCopy full SHA for 61477ba
1 file changed
.github/workflows/trivy-scan.yml
@@ -33,7 +33,7 @@ jobs:
33
format: 'table'
34
severity: 'HIGH'
35
exit-code: "0"
36
- trivyignores: .github/trivyignore
+ trivyignores: .github/.trivyignore
37
38
# CRITICAL → stop the pipeline
39
- name: Trivy scan (CRITICAL — blocking)
@@ -43,4 +43,4 @@ jobs:
43
44
severity: 'CRITICAL'
45
exit-code: "1"
46
0 commit comments