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 @@ -102,7 +102,7 @@ jobs:
102102 tags : ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}
103103
104104 - name : Run Trivy vulnerability scanner (json output)
105- uses : aquasecurity/trivy-action@0.32 .0
105+ uses : aquasecurity/trivy-action@v0.35 .0
106106 with :
107107 image-ref : ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}
108108 format : json
@@ -177,7 +177,7 @@ jobs:
177177 echo "image_tag=$IMAGE_TAG" >> $GITHUB_OUTPUT
178178
179179 - name : Run Trivy vulnerability scanner (json output)
180- uses : aquasecurity/trivy-action@0.32 .0
180+ uses : aquasecurity/trivy-action@v0.35 .0
181181 with :
182182 image-ref : ${{ steps.get-image-tag.outputs.image_tag }}
183183 format : json
You can’t perform that action at this time.
0 commit comments