|
@@ -143,7 +143,7 @@ jobs:
|
|
|
go clean -cache
|
|
go clean -cache
|
|
|
go clean -modcache
|
|
go clean -modcache
|
|
|
- name: Run Trivy vulnerability scanner
|
|
- name: Run Trivy vulnerability scanner
|
|
|
- uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # master
|
|
|
|
|
|
|
+ uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # master
|
|
|
with:
|
|
with:
|
|
|
image-ref: ${{ inputs.image-name }}:${{ steps.container_info.outputs.image-tag }}
|
|
image-ref: ${{ inputs.image-name }}:${{ steps.container_info.outputs.image-tag }}
|
|
|
format: 'table'
|
|
format: 'table'
|