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 c1cfbbd commit a76f02aCopy full SHA for a76f02a
.github/workflows/trivy-scan.yaml
@@ -22,12 +22,6 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
25
- - name: Log all detected vulnerabilities
26
- uses: aquasecurity/trivy-action@master
27
- with:
28
- scan-type: fs
29
- hide-progress: true
30
-
31
# Upload actionable results to the GitHub Security tab.
32
# Pull request checks fail according to repository settings.
33
#
@@ -40,6 +34,8 @@ jobs:
40
34
ignore-unfixed: true
41
35
format: 'sarif'
42
36
output: 'trivy-results.sarif'
37
+ hide-progress: true
38
+ exit-code: 1
43
39
44
- name: Upload Trivy scan results to GitHub Security tab
45
uses: github/codeql-action/upload-sarif@v2
0 commit comments