We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2263bce commit 02eddb3Copy full SHA for 02eddb3
1 file changed
.github/workflows/maven-build.yml
@@ -66,6 +66,7 @@ jobs:
66
67
- name: Run Trivy vulnerability scanner (SARIF)
68
if: github.event_name == 'push'
69
+ continue-on-error: true
70
uses: aquasecurity/trivy-action@v0.36.0
71
with:
72
scan-type: 'fs'
@@ -77,12 +78,14 @@ jobs:
77
78
79
- name: Upload Trivy scan results to GitHub Security tab
80
81
82
uses: github/codeql-action/upload-sarif@v4
83
84
sarif_file: 'trivy-results.sarif'
85
86
- name: Run Trivy vulnerability scanner (Table)
87
if: github.event_name == 'pull_request'
88
89
90
91
0 commit comments