File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,23 +39,23 @@ jobs:
3939 docker build -t docker.io/${{ env.IMAGE_NAME }}:trivy-${{ github.sha }} .
4040
4141 - name : Run Trivy vulnerability scanner (image)
42- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37
42+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
4343 with :
4444 image-ref : ' docker.io/${{ env.IMAGE_NAME }}:trivy-${{ github.sha }}'
4545 format : ' sarif'
4646 output : ' trivy-image-results.sarif'
4747 severity : ' CRITICAL,HIGH'
48- exit-code : ' 1 '
48+ exit-code : ' 0 '
4949
5050 - name : Run Trivy vulnerability scanner (requirements.txt)
51- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37
51+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
5252 with :
5353 scan-type : ' fs'
5454 scan-ref : ' .'
5555 format : ' sarif'
5656 output : ' trivy-py-results.sarif'
5757 severity : ' CRITICAL,HIGH'
58- exit-code : ' 1 '
58+ exit-code : ' 0 '
5959
6060 - name : Upload Trivy image scan results to GitHub Security tab
6161 uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b
You can’t perform that action at this time.
0 commit comments