Skip to content

Commit b5eb6a6

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.34.0
1 parent d6f7093 commit b5eb6a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/infra_bundle_scan_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
EOF
4343
4444
- name: Run Trivy Scan
45-
uses: aquasecurity/trivy-action@0.29.0
45+
uses: aquasecurity/trivy-action@0.34.0
4646
with:
4747
image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
4848
format: 'template'

.github/workflows/on-demand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Run Trivy vulnerability scanner
3232
continue-on-error: true
33-
uses: aquasecurity/trivy-action@0.29.0
33+
uses: aquasecurity/trivy-action@0.34.0
3434
with:
3535
image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
3636
format: table
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Run Trivy vulnerability scanner
7777
continue-on-error: true
78-
uses: aquasecurity/trivy-action@0.29.0
78+
uses: aquasecurity/trivy-action@0.34.0
7979
with:
8080
image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
8181
format: table

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Trivy in table mode
3232
# Table output is only useful when running on a pull request or push.
3333
if: contains(fromJSON('["push", "pull_request"]'), github.event_name)
34-
uses: aquasecurity/trivy-action@0.29.0
34+
uses: aquasecurity/trivy-action@0.34.0
3535
with:
3636
image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
3737
format: table

0 commit comments

Comments
 (0)