File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
51
51
context : .
52
52
file : ./Dockerfile
53
53
push : false
54
- tags : ${{ env.IMAGE_NAME }}:${{ github.sha }}
54
+ tags : ${{ env.REGISTRY }}/${{ env. IMAGE_NAME }}:${{ github.sha }}
55
55
56
56
# NOTE: This runs statically against the latest tag in Docker Hub which was not produced by this workflow
57
57
# This should be updated once this workflow is fully implemented
58
58
- name : Run Trivy vulnerability scanner
59
59
uses : aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # 0.9.2
60
60
continue-on-error : true
61
61
with :
62
- image-ref : ${{ env.IMAGE_NAME }}:latest
62
+ image-ref : ${{ env.REGISTRY }}/${{ env. IMAGE_NAME }}:latest
63
63
format : ' sarif'
64
64
output : ' trivy-results-${{ inputs.image }}.sarif'
65
65
ignore-unfixed : ' true'
You can’t perform that action at this time.
0 commit comments