File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343
4444 # The first call to the action will invoke setup-trivy and install trivy
4545 - name : Generate Trivy Vulnerability Report (JSON)
46- uses : aquasecurity/trivy-action@master
46+ uses : aquasecurity/trivy-action@0.34.2
4747 with :
4848 scan-type : " fs"
4949 output : trivy-report.json
6161
6262
6363 - name : Generate Trivy Vulnerability Report (TABLE)
64- uses : aquasecurity/trivy-action@master
64+ uses : aquasecurity/trivy-action@0.34.2
6565 with :
6666 scan-type : " fs"
6767 output : trivy-report.txt
9696
9797 - name : Fail build on High/Critical Vulnerabilities
9898 if : ${{ inputs.trivy-fail-on-high || inputs.trivy-fail-on-critical }}
99- uses : aquasecurity/trivy-action@master
99+ uses : aquasecurity/trivy-action@0.34.2
100100 with :
101101 scan-type : " fs"
102102 format : table
You can’t perform that action at this time.
0 commit comments