There was an error while loading. Please reload this page.
1 parent 2bfe702 commit ba06211Copy full SHA for ba06211
1 file changed
.github/workflows/ci-api-build.and.test.yml
@@ -55,16 +55,3 @@ jobs:
55
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}
56
env:
57
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
70
- sarif_file: 'trivy-results.sarif'
0 commit comments