Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.22.0 to 0.24.0 (#46)
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.24.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@595be6a...6e7b7d1)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chip Zoller <[email protected]>
  • Loading branch information
dependabot[bot] and chipzoller authored Aug 20, 2024
1 parent 68a66c5 commit 8332ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
IMAGE: "${{ needs.build.outputs.image }}"
steps:
- name: Scan for vulnerabilities
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # v0.20.0 (Trivy v0.51.1)
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.20.0 (Trivy v0.51.1)
with:
image-ref: ${{ env.IMAGE }}
format: cosign-vuln
Expand Down

0 comments on commit 8332ba8

Please sign in to comment.