File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ jobs:
257257 id : trivy-scan
258258 uses : aquasecurity/trivy-action@0.34.1
259259 with :
260+ version : v0.69.2
260261 skip-setup-trivy : true
261262 image-ref : ${{ steps.meta.outputs.tags }}
262263 format : " table"
@@ -272,6 +273,7 @@ jobs:
272273 id : trivy-scan-sarif
273274 uses : aquasecurity/trivy-action@0.34.1
274275 with :
276+ version : v0.69.2 # remove this once fix is released https://github.com/aquasecurity/trivy-action/issues/517
275277 skip-setup-trivy : true
276278 image-ref : ${{ steps.meta.outputs.tags }}
277279 format : " sarif"
@@ -320,6 +322,7 @@ jobs:
320322 if : inputs.security_scan_enabled
321323 uses : aquasecurity/trivy-action@0.34.1
322324 with :
325+ version : v0.69.2 # remove this once fix is released https://github.com/aquasecurity/trivy-action/issues/517
323326 skip-setup-trivy : true
324327 image-ref : ${{ steps.meta.outputs.tags }}
325328 # with format:table there is a bug, Trivy keeps format:sarif from previous run
Original file line number Diff line number Diff line change @@ -29,13 +29,15 @@ jobs:
2929 - name : Security Scan FS
3030 uses : aquasecurity/trivy-action@0.34.1
3131 with :
32+ version : v0.69.2 # remove this once fix is released https://github.com/aquasecurity/trivy-action/issues/517
3233 scan-type : " fs"
3334 format : " sarif"
3435 output : " trivy-results-fs.sarif"
3536
3637 - name : Security Scan Config
3738 uses : aquasecurity/trivy-action@0.34.1
3839 with :
40+ version : v0.69.2 # remove this once fix is released https://github.com/aquasecurity/trivy-action/issues/517
3941 scan-type : " config"
4042 format : " sarif"
4143 output : " trivy-results-config.sarif"
You can’t perform that action at this time.
0 commit comments