Skip to content

Commit 36885ca

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.33.1
1 parent d6a3f5d commit 36885ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.33.1
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.33.1
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.33.1
3535
with:
3636
image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
3737
format: table

0 commit comments

Comments
 (0)