|
@@ -134,7 +134,7 @@ jobs:
|
|
|
run: make docker.build
|
|
run: make docker.build
|
|
|
|
|
|
|
|
- name: Run Trivy vulnerability scanner
|
|
- name: Run Trivy vulnerability scanner
|
|
|
- uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # master
|
|
|
|
|
|
|
+ uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 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'
|