Skip to content

Commit b6dc157

Browse files
LNDS-SysadminsRenovate Bot
andauthored
chore(deps): update aquasecurity/trivy-action action to v0.32.0 (#181)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9f7c178 commit b6dc157

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
@@ -76,7 +76,7 @@ jobs:
7676
labels: ${{ steps.meta.outputs.labels }}
7777

7878
- name: Run Trivy vulnerability scanner
79-
uses: aquasecurity/trivy-action@0.31.0
79+
uses: aquasecurity/trivy-action@0.32.0
8080
with:
8181
image-ref: "${{ steps.tag.outputs.last_tag }}"
8282
format: "table"

.github/workflows/release.yml

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

146146
- name: Run Trivy vulnerability scanner
147-
uses: aquasecurity/trivy-action@0.31.0
147+
uses: aquasecurity/trivy-action@0.32.0
148148
with:
149149
image-ref: "${{ steps.tag.outputs.last_tag }}"
150150
format: "table"

0 commit comments

Comments
 (0)