Skip to content

Commit

Permalink
Use fixed version of trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
janole committed Nov 8, 2024
1 parent 6aa3a8f commit c1d09c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker pull "${{ vars.IMAGE }}:latest"

- name: Run trivy
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: "${{ vars.IMAGE }}:latest"
format: "table"
Expand Down

0 comments on commit c1d09c1

Please sign in to comment.