Skip to content

Commit

Permalink
fix: update trivy-action to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Apr 12, 2024
1 parent c27c1dd commit 174b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
run: |
cp ${GITHUB_ACTION_PATH}/summary.tpl ./trivy-summary.tpl
- name: Create summary on vulnerabilities
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
uses: aquasecurity/trivy-action@0.19.0
with:
image-ref: '${{ inputs.image-ref }}'
scan-type: "${{ inputs.image-ref != '' && 'image' || 'fs' }}"
Expand Down

0 comments on commit 174b873

Please sign in to comment.