Skip to content

Commit e34fb2c

Browse files
Merge pull request #519 from GenomicDataInfrastructure/renovate/aquasecurity-trivy-action-0.x
chore(deps): update aquasecurity/trivy-action action to v0.29.0
2 parents b943486 + a49c1af commit e34fb2c

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
load: true
7777

7878
- name: Run Trivy vulnerability scanner
79-
uses: aquasecurity/trivy-action@0.28.0
79+
uses: aquasecurity/trivy-action@0.29.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
@@ -76,7 +76,7 @@ jobs:
7676
labels: ${{ steps.meta.outputs.labels }}
7777

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

0 commit comments

Comments
 (0)