Skip to content

Commit

Permalink
Merge pull request #142 from GenomicDataInfrastructure/renovate/aquas…
Browse files Browse the repository at this point in the history
…ecurity-trivy-action-0.x

chore(deps): update aquasecurity/trivy-action action to v0.28.0
  • Loading branch information
hcvdwerf authored Oct 16, 2024
2 parents 51cc282 + 2cc3810 commit 3f70bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: "${{ steps.tag.outputs.last_tag }}"
format: "table"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: "${{ steps.tag.outputs.last_tag }}"
format: "table"
Expand Down

0 comments on commit 3f70bb9

Please sign in to comment.