Skip to content

Commit 90d99fb

Browse files
committed
Removes trivy
1 parent c75e049 commit 90d99fb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci-api-build.and.test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ jobs:
4242
${{ runner.os }}-maven-
4343
- name: Run unit tests
4444
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-
with:
57-
sarif_file: 'trivy-results.sarif'
5845
- name: Cache SonarCloud packages
5946
uses: actions/cache@v4
6047
with:

0 commit comments

Comments
 (0)