Skip to content

Commit ba06211

Browse files
Removed trivy
1 parent 2bfe702 commit ba06211

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
@@ -55,16 +55,3 @@ jobs:
5555
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}
5656
env:
5757
GITHUB_TOKEN: ${{ github.token }}
58-
- name: Run Trivy vulnerability scanner in repo mode
59-
uses: aquasecurity/trivy-action@0.32.0
60-
with:
61-
scan-type: 'fs'
62-
ignore-unfixed: true
63-
format: 'sarif'
64-
output: 'trivy-results.sarif'
65-
severity: 'CRITICAL'
66-
67-
- name: Upload Trivy scan results to GitHub Security tab
68-
uses: github/codeql-action/upload-sarif@v3
69-
with:
70-
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)