Skip to content

Commit 47915bd

Browse files
Renovate BotRenovate Bot
authored andcommitted
chore(deps): update aquasecurity/trivy-action action to v0.33.0
1 parent f7d49aa commit 47915bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
labels: ${{ steps.meta.outputs.labels }}
7878

7979
- name: Run Trivy vulnerability scanner
80-
uses: aquasecurity/trivy-action@0.32.0
80+
uses: aquasecurity/trivy-action@0.33.0
8181
with:
8282
image-ref: "${{ steps.tag.outputs.sha_tag }}"
8383
format: "table"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
labels: ${{ steps.meta.outputs.labels }}
143143

144144
- name: Run Trivy vulnerability scanner
145-
uses: aquasecurity/trivy-action@0.32.0
145+
uses: aquasecurity/trivy-action@0.33.0
146146
with:
147147
image-ref: "${{ steps.tag.outputs.sha_tag }}"
148148
format: "table"

0 commit comments

Comments
 (0)