Skip to content

Commit 3b684ab

Browse files
chore: update Trivy action to version 0.30.0 in build workflow
1 parent 62bcee1 commit 3b684ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
DOCKER_BUILD_SUMMARY: false
242242

243243
- name: Run Trivy vulnerability scanner
244-
uses: aquasecurity/trivy-action@main
244+
uses: aquasecurity/trivy-action@v0.30.0
245245
with:
246246
image-ref: ${{ vars.DV_AWS_ECR_REGISTRY }}/${{ matrix.component.ecr_repository }}:${{ matrix.component.image_tag }}
247247
format: 'table'

0 commit comments

Comments
 (0)