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 6fc636b commit d7f4c6dCopy full SHA for d7f4c6d
.github/workflows/tests.yaml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Run Trivy vulnerability scanner
31
uses: aquasecurity/[email protected]
32
+ continue-on-error: true
33
with:
34
scan-type: 'fs'
35
ignore-unfixed: true
@@ -37,6 +38,7 @@ jobs:
37
38
39
- name: Upload Trivy scan results to GitHub Security tab
40
uses: github/codeql-action/upload-sarif@v3
41
42
43
sarif_file: 'trivy-results.sarif'
44
0 commit comments