Skip to content

Commit 9f82b64

Browse files
Update Trivy action version to v0.35.0
1 parent 5fec70f commit 9f82b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ndc-python-lambda-connector.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)