Skip to content

Commit ea16b90

Browse files
authored
Update on.pr.yml
1 parent c071449 commit ea16b90

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/on.pr.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ jobs:
3333
${{ runner.os }}-maven-5Jun-
3434
- name: Run unit tests
3535
run: mvn -f pom.xml clean package
36-
- name: Run Trivy vulnerability scanner in repo mode
37-
uses: aquasecurity/trivy-action@0.29.0
38-
with:
39-
scan-type: 'fs'
40-
ignore-unfixed: true
41-
format: 'sarif'
42-
output: 'trivy-results.sarif'
43-
severity: 'CRITICAL'
44-
45-
- name: Upload Trivy scan results to GitHub Security tab
46-
uses: github/codeql-action/upload-sarif@v3
47-
with:
48-
sarif_file: 'trivy-results.sarif'
4936
- name: Cache SonarCloud packages
5037
uses: actions/cache@v4
5138
with:

0 commit comments

Comments
 (0)