File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ jobs:
478478 rm -f /tmp/security-attestation.json
479479
480480 - name : Run Trivy vulnerability scanner
481- uses : aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
481+ uses : aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
482482 with :
483483 image-ref : local-scan:${{ steps.meta.outputs.server_name }}-${{ steps.meta.outputs.version }}
484484 format : ' sarif'
Original file line number Diff line number Diff line change 8282 password : ${{ secrets.GITHUB_TOKEN }}
8383
8484 - name : Run Trivy comprehensive scan
85- uses : aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
85+ uses : aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
8686 with :
8787 image-ref : ${{ steps.meta.outputs.image_ref }}
8888 format : ' sarif'
9999 category : ' periodic-trivy-${{ steps.meta.outputs.server_name }}'
100100
101101 - name : Run Trivy for detailed JSON report
102- uses : aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
102+ uses : aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
103103 with :
104104 image-ref : ${{ steps.meta.outputs.image_ref }}
105105 format : ' json'
You can’t perform that action at this time.
0 commit comments