Skip to content

Commit 4d5e934

Browse files
Update Trivy action to use the main branch in vulnerability scanning step
1 parent 9f096a5 commit 4d5e934

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@v0.30.0
244+
uses: aquasecurity/trivy-action@main
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)