File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Run Trivy vulnerability scan
23- uses : aquasecurity/trivy-action@0.28.0
23+ uses : aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
2424 with :
2525 scan-type : fs
2626 scan-ref : .
@@ -30,15 +30,15 @@ jobs:
3030 exit-code : 0
3131 ignore-unfixed : false
3232
33- - name : Check for critical and high vulnerabilities
34- uses : aquasecurity/trivy-action@0.28.0
35- with :
36- scan-type : fs
37- scan-ref : .
38- format : table
39- severity : CRITICAL,HIGH
40- exit-code : 1
41- ignore-unfixed : false
33+ # - name: Check for critical and high vulnerabilities
34+ # uses: aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
35+ # with:
36+ # scan-type: fs
37+ # scan-ref: .
38+ # format: table
39+ # severity: CRITICAL,HIGH
40+ # exit-code: 1
41+ # ignore-unfixed: false
4242
4343 - name : Upload SARIF to Security tab
4444 if : always()
You can’t perform that action at this time.
0 commit comments