There was an error while loading. Please reload this page.
1 parent 93a7e77 commit d8a3e9bCopy full SHA for d8a3e9b
1 file changed
.github/workflows/ci-api-build.and.test.yml
@@ -42,19 +42,6 @@ jobs:
42
${{ runner.os }}-maven-
43
- name: Run unit tests
44
run: mvn -f pom.xml clean package
45
- - name: Run Trivy vulnerability scanner in repo mode
46
- uses: aquasecurity/trivy-action@0.33.0
47
- with:
48
- scan-type: 'fs'
49
- ignore-unfixed: true
50
- format: 'sarif'
51
- output: 'trivy-results.sarif'
52
- severity: 'CRITICAL'
53
-
54
- - name: Upload Trivy scan results to GitHub Security tab
55
- uses: github/codeql-action/upload-sarif@v3
56
57
- sarif_file: 'trivy-results.sarif'
58
- name: Cache SonarCloud packages
59
uses: actions/cache@v4
60
with:
0 commit comments