Skip to content

Commit 59b0337

Browse files
committed
ci: fix sha to update trivy to 0.69.3
1 parent 95861d0 commit 59b0337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trivy-image-scan/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)