Skip to content

Commit 20839ca

Browse files
authored
trivy-action to version 0.13.0 for workflows
2 parents 8b9337e + 6e64220 commit 20839ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ref: main
4040

4141
- name: Run vulnerability scanner
42-
uses: aquasecurity/trivy-action@0.12.0
42+
uses: aquasecurity/trivy-action@0.13.0
4343
with:
4444
image-ref: '${{ env.IMAGE_NAME }}:latest'
4545
format: 'template'

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
uses: actions/checkout@v4.1.1
402402

403403
- name: Run Trivy vulnerability scanner
404-
uses: aquasecurity/trivy-action@0.12.0
404+
uses: aquasecurity/trivy-action@0.13.0
405405
with:
406406
image-ref: '${{ env.IMAGE_NAME }}'
407407
format: 'table'

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ jobs:
472472
uses: actions/checkout@v4.1.1
473473

474474
- name: Run Trivy vulnerability scanner
475-
uses: aquasecurity/trivy-action@0.12.0
475+
uses: aquasecurity/trivy-action@0.13.0
476476
with:
477477
image-ref: '${{ env.IMAGE_NAME }}'
478478
format: 'table'

0 commit comments

Comments
 (0)