There was an error while loading. Please reload this page.
1 parent c071449 commit ea16b90Copy full SHA for ea16b90
1 file changed
.github/workflows/on.pr.yml
@@ -33,19 +33,6 @@ jobs:
33
${{ runner.os }}-maven-5Jun-
34
- name: Run unit tests
35
run: mvn -f pom.xml clean package
36
- - name: Run Trivy vulnerability scanner in repo mode
37
- uses: aquasecurity/trivy-action@0.29.0
38
- with:
39
- scan-type: 'fs'
40
- ignore-unfixed: true
41
- format: 'sarif'
42
- output: 'trivy-results.sarif'
43
- severity: 'CRITICAL'
44
-
45
- - name: Upload Trivy scan results to GitHub Security tab
46
- uses: github/codeql-action/upload-sarif@v3
47
48
- sarif_file: 'trivy-results.sarif'
49
- name: Cache SonarCloud packages
50
uses: actions/cache@v4
51
with:
0 commit comments