Skip to content

Commit c4c7203

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.31.0
1 parent d35a463 commit c4c7203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_push_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-t $DOCKER_IMAGE_NAME:ci-scan \
5555
.
5656
- name: Run Trivy vulnerability scanner
57-
uses: aquasecurity/trivy-action@0.30.0
57+
uses: aquasecurity/trivy-action@0.31.0
5858
with:
5959
image-ref: '${{ env.DOCKER_IMAGE_NAME }}:ci-scan'
6060
format: 'table'

0 commit comments

Comments
 (0)