Skip to content

Commit a3deff8

Browse files
Update Trivy action version in action.yaml (#87)
* Update Trivy action version in action.yaml * Update action.yaml * Update action.yaml * Set trivy to v0.69.3 * set version=0.69.2 * Need "v" for version --------- Co-authored-by: Tim Mwangi <timothy.mwangi@harness.io>
1 parent 15b420a commit a3deff8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

trivy-fs-scan/action.yaml

Lines changed: 3 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 }}
@@ -88,6 +88,7 @@ runs:
8888
skip-dirs: ${{ inputs.skip-dirs }}
8989
skip-files: ${{ inputs.skip-files }}
9090
exit-code: '1'
91+
version: v0.69.3
9192

9293
- name: Upload Trivy scan results to GitHub Security tab
9394
uses: github/codeql-action/upload-sarif@v3
@@ -100,4 +101,4 @@ runs:
100101
if: ${{ (success() || failure()) && inputs.output-mode == 'github' && inputs.category != '' }}
101102
with:
102103
sarif_file: ${{ steps.output.outputs.TRIVY_OUTPUT }}
103-
category: ${{ inputs.category }}
104+
category: ${{ inputs.category }}

0 commit comments

Comments
 (0)