Skip to content

Commit adcf4a0

Browse files
authored
Update Trivy action version in action.yaml
1 parent 15b420a commit adcf4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trivy-fs-scan/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
touch .trivyignore
7474
7575
- name: Run Trivy vulnerability scanner
76-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
76+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478
7777
with:
7878
scan-type: 'fs'
7979
scan-ref: ${{ inputs.scan-ref }}
@@ -100,4 +100,4 @@ runs:
100100
if: ${{ (success() || failure()) && inputs.output-mode == 'github' && inputs.category != '' }}
101101
with:
102102
sarif_file: ${{ steps.output.outputs.TRIVY_OUTPUT }}
103-
category: ${{ inputs.category }}
103+
category: ${{ inputs.category }}

0 commit comments

Comments
 (0)