File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ jobs:
448448 rm -f /tmp/security-attestation.json
449449
450450 - name : Run Trivy vulnerability scanner
451- uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
451+ uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
452452 with :
453453 image-ref : ${{ steps.meta.outputs.image_name }}:${{ steps.meta.outputs.version }}
454454 format : ' sarif'
Original file line number Diff line number Diff line change 8282 password : ${{ secrets.GITHUB_TOKEN }}
8383
8484 - name : Run Trivy comprehensive scan
85- uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
85+ uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
8686 with :
8787 image-ref : ${{ steps.meta.outputs.image_ref }}
8888 format : ' sarif'
9999 category : ' periodic-trivy-${{ steps.meta.outputs.server_name }}'
100100
101101 - name : Run Trivy for detailed JSON report
102- uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
102+ uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
103103 with :
104104 image-ref : ${{ steps.meta.outputs.image_ref }}
105105 format : ' json'
You can’t perform that action at this time.
0 commit comments