We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fec70f commit 9f82b64Copy full SHA for 9f82b64
1 file changed
.github/workflows/ndc-python-lambda-connector.yaml
@@ -102,7 +102,7 @@ jobs:
102
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}
103
104
- name: Run Trivy vulnerability scanner (json output)
105
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@v0.35.0
106
with:
107
image-ref: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}
108
format: json
@@ -177,7 +177,7 @@ jobs:
177
echo "image_tag=$IMAGE_TAG" >> $GITHUB_OUTPUT
178
179
180
181
182
image-ref: ${{ steps.get-image-tag.outputs.image_tag }}
183
0 commit comments