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 3030
3131 - name : Run Trivy vulnerability scanner
3232 continue-on-error : true
33- uses : aquasecurity/trivy-action@0.29.0
33+ uses : aquasecurity/trivy-action@0.33.1
3434 with :
3535 image-ref : ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
3636 format : table
7575
7676 - name : Run Trivy vulnerability scanner
7777 continue-on-error : true
78- uses : aquasecurity/trivy-action@0.29.0
78+ uses : aquasecurity/trivy-action@0.33.1
7979 with :
8080 image-ref : ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
8181 format : table
Original file line number Diff line number Diff line change 3131 - name : Run Trivy in table mode
3232 # Table output is only useful when running on a pull request or push.
3333 if : contains(fromJSON('["push", "pull_request"]'), github.event_name)
34- uses : aquasecurity/trivy-action@0.29.0
34+ uses : aquasecurity/trivy-action@0.33.1
3535 with :
3636 image-ref : ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
3737 format : table
You can’t perform that action at this time.
0 commit comments