Skip to content

Commit

Permalink
fix(deps): trivy release and tags differ
Browse files Browse the repository at this point in the history
Specifically, the `v0.19.0` release is tagged `0.19.0`
  • Loading branch information
ramirezj authored Apr 30, 2024
1 parent feb85cb commit 5fbfd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
show-progress: false

- name: Run with SARIF Output
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # v0.19.0
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0
with:
scan-type: "fs"
format: "sarif"
Expand Down

0 comments on commit 5fbfd3b

Please sign in to comment.