We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad3011 commit aebc13aCopy full SHA for aebc13a
.github/workflows/trivy.yaml
@@ -12,6 +12,10 @@ env:
12
# https://github.com/actions/setup-go/issues/457
13
GOTOOLCHAIN: local
14
15
+ # Use the committed Trivy configuration files.
16
+ TRIVY_IGNOREFILE: .trivyignore.yaml
17
+ TRIVY_SECRET_CONFIG: trivy-secret.yaml
18
+
19
jobs:
20
cache:
21
# Run only one of these jobs at a time across the entire project.
@@ -54,7 +58,6 @@ jobs:
54
58
env:
55
59
TRIVY_DEBUG: true
56
60
TRIVY_EXIT_CODE: 1
57
- TRIVY_IGNOREFILE: .trivyignore.yaml
61
TRIVY_SCANNERS: license
62
with:
63
cache: restore,use
@@ -75,9 +78,7 @@ jobs:
75
78
uses: ./.github/actions/trivy
76
79
77
80
81
TRIVY_SCANNERS: secret
- TRIVY_SECRET_CONFIG: trivy-secret.yaml
82
83
84
database: skip
0 commit comments