Skip to content

Commit

Permalink
fix: update trivy action (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl authored Dec 12, 2024
1 parent 5f4ee5f commit c8552a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:

- name: Scan
id: scan
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ steps.build-and-push.outputs.imageid }}
exit-code: '1'
Expand Down

0 comments on commit c8552a9

Please sign in to comment.