Skip to content

Commit 71c0509

Browse files
committed
remove trivy
1 parent f5317c7 commit 71c0509

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ jobs:
3838
${{ runner.os }}-maven-5Jun-
3939
- name: Run unit tests
4040
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-
with:
53-
sarif_file: 'trivy-results.sarif'
5441
- name: Cache SonarCloud packages
5542
uses: actions/cache@v3
5643
with:

0 commit comments

Comments
 (0)