File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 cat $GITHUB_ACTION_PATH/.trivyignore >> .trivyignore
8787
8888 - name : Run Trivy vulnerability scanner
89- uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
89+ uses : aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
9090 with :
9191 trivyignores : ${{ inputs.trivyignores }}
9292 image-ref : ${{ inputs.image }}:${{ steps.tag.outputs.TRIVY_IMAGE_TAG }}
@@ -104,7 +104,7 @@ runs:
104104
105105 - name : Rerun Trivy vulnerability scanner with logging
106106 if : failure() && inputs.output-mode != 'log'
107- uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
107+ uses : aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
108108 with :
109109 trivyignores : ${{ inputs.trivyignores }}
110110 image-ref : ${{ inputs.image }}:${{ steps.tag.outputs.TRIVY_IMAGE_TAG }}
You can’t perform that action at this time.
0 commit comments