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