Skip to content

Commit

Permalink
Merge pull request #104 from rancher/dependabot/github_actions/aquase…
Browse files Browse the repository at this point in the history
…curity/trivy-action-0.23.0

Bump aquasecurity/trivy-action from 0.22.0 to 0.23.0
  • Loading branch information
thomasferrandiz authored Jun 25, 2024
2 parents 64ee8cb + def7603 commit 6e74da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
TAG=${{ env.TAG }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.22.0
uses: aquasecurity/trivy-action@0.23.0
with:
image-ref: rancher/hardened-flannel:${{ env.TAG }}-amd64
format: 'table'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
TAG=${{ env.TAG }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.22.0
uses: aquasecurity/trivy-action@0.23.0
with:
image-ref: rancher/hardened-flannel:${{ env.TAG }}-arm64
format: 'table'
Expand Down

0 comments on commit 6e74da0

Please sign in to comment.