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