Skip to content

Commit

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

chore(deps): update aquasecurity/trivy-action action to v0.26.0
  • Loading branch information
admy7 authored Oct 9, 2024
2 parents a757c00 + b57d223 commit 9a2372e
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 @@ -77,7 +77,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.25.0
uses: aquasecurity/trivy-action@0.26.0
with:
image-ref: "${{ steps.tag.outputs.sha_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 @@ -73,7 +73,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

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

0 comments on commit 9a2372e

Please sign in to comment.