Skip to content

Commit

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

Bump aquasecurity/trivy-action from 0.24.0 to 0.28.0
  • Loading branch information
cliffcolvin authored Oct 15, 2024
2 parents 9d82b2e + ac1c205 commit cd6a79a
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@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.20.0 (Trivy v0.51.1)
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.20.0 (Trivy v0.51.1)
with:
image-ref: ${{ env.IMAGE }}
format: cosign-vuln
Expand Down

0 comments on commit cd6a79a

Please sign in to comment.