fixed debug
This commit is contained in:
parent
700af4b384
commit
1d85b14fcf
@ -79,7 +79,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: debug
|
- name: debug
|
||||||
- run: |
|
- run: |
|
||||||
echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} - name: Run Trivy vulnerability scanner
|
echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
|
||||||
|
|
||||||
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@0.29.0
|
uses: aquasecurity/trivy-action@0.29.0
|
||||||
with:
|
with:
|
||||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
|
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user