Skip to content

Commit 8a74d16

Browse files
Merge pull request #216 from GenomicDataInfrastructure/renovate/aquasecurity-trivy-action-0.x
chore(deps): update aquasecurity/trivy-action action to v0.33.1
2 parents 498b467 + 684a8b6 commit 8a74d16

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
@@ -103,7 +103,7 @@ jobs:
103103
load: true
104104

105105
- name: Run Trivy vulnerability scanner
106-
uses: aquasecurity/trivy-action@0.32.0
106+
uses: aquasecurity/trivy-action@0.33.1
107107
with:
108108
image-ref: "${{ steps.tag.outputs.last_tag }}"
109109
format: "table"

.github/workflows/release.yml

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

169169
- name: Run Trivy Vulnerability Scanner
170-
uses: aquasecurity/trivy-action@0.32.0
170+
uses: aquasecurity/trivy-action@0.33.1
171171
with:
172172
image-ref: "${{ steps.tag.outputs.last_tag }}"
173173
format: "table"

0 commit comments

Comments
 (0)