Skip to content

Commit

Permalink
Merge branch 'master' into skip-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 authored Oct 16, 2024
2 parents b15fb75 + 915b19b commit d97da89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
steps:
- name: Install Trivy
if: ${{ inputs.skip-setup-trivy == 'false' }}
uses: aquasecurity/setup-trivy@v0.1.0
uses: aquasecurity/setup-trivy@v0.2.1
with:
version: ${{ inputs.version }}
cache: ${{ inputs.cache }}
Expand Down

0 comments on commit d97da89

Please sign in to comment.