We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b77e0e commit 5fec70fCopy full SHA for 5fec70f
.github/workflows/ndc-python-lambda-connector.yaml
@@ -124,7 +124,7 @@ jobs:
124
team=engine
125
126
- name: Fail build on High/Critical Vulnerabilities
127
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@v0.35.0
128
with:
129
skip-setup-trivy: true
130
image-ref: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }}
@@ -199,7 +199,7 @@ jobs:
199
200
201
202
203
204
205
image-ref: ${{ steps.get-image-tag.outputs.image_tag }}
0 commit comments