Skip to content

Commit

Permalink
bump trivy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Oct 18, 2024
1 parent a7a39a6 commit 9b3706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
podman save docker.io/library/csm-operator -o /tmp/csm-operator.tar
docker load -i /tmp/csm-operator.tar
- name: Scan controller Image
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: csm-operator:latest
severity: 'HIGH'
Expand Down

0 comments on commit 9b3706d

Please sign in to comment.