We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75e049 commit 90d99fbCopy full SHA for 90d99fb
.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.32.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