Skip to content

Commit def9a2f

Browse files
Update aquasecurity/trivy-action action to v0.27.0
1 parent ec9088c commit def9a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
push: true
7070
tags: ${{ github.repository }}:${{ env.CLEANED_REF_NAME }}
7171
build-args: VERSION_ARG=${{ github.sha }}@${{ env.CLEANED_REF_NAME }}
72-
- uses: aquasecurity/trivy-action@0.26.0
72+
- uses: aquasecurity/trivy-action@0.27.0
7373
if: startsWith(github.ref, 'refs/heads/')
7474
with:
7575
image-ref: '${{ github.repository }}:${{ env.CLEANED_REF_NAME }}'

0 commit comments

Comments
 (0)