Skip to content

Commit 1d3ff47

Browse files
fix: tag of aquasecurity (#8)
1 parent 8355112 commit 1d3ff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tags: ${{ inputs.image-name }}:${{ github.sha }}
4242

4343
- name: Run Trivy vulnerability scanner
44-
uses: aquasecurity/trivy-action@v0.29.0
44+
uses: aquasecurity/trivy-action@0.29.0
4545
with:
4646
image-ref: ${{ inputs.image-name }}:${{ github.sha }}
4747
format: 'table'

0 commit comments

Comments
 (0)