Skip to content

Commit 1066f1f

Browse files
committed
updating 3p action tags
1 parent 8815db7 commit 1066f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/image_scan/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
run: docker logout public.ecr.aws
3333

3434
- name: Run Trivy vulnerability scanner on image
35-
uses: aquasecurity/trivy-action@master
35+
uses: aquasecurity/trivy-action@e6c2c5e321ed9123bda567646e2f96565e34abe1 # equivalent to `v0.2.4`
3636
with:
3737
image-ref: ${{ inputs.image-ref }}
3838
severity: ${{ inputs.severity }}

0 commit comments

Comments
 (0)