Skip to content

Commit 0ce555b

Browse files
Merge pull request #212 from datavisyn/dependabot/github_actions/aquasecurity/trivy-action-0.33.1
build(deps): bump aquasecurity/trivy-action from 0.32.0 to 0.33.1
2 parents a4ae811 + bb74564 commit 0ce555b

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
@@ -262,7 +262,7 @@ jobs:
262262
echo "severity=HIGH,CRITICAL" >> "$GITHUB_OUTPUT"
263263
fi
264264
- name: Run Trivy vulnerability scanner
265-
uses: aquasecurity/trivy-action@0.32.0
265+
uses: aquasecurity/trivy-action@0.33.1
266266
with:
267267
image-ref: ${{ vars.DV_AWS_ECR_REGISTRY }}/${{ matrix.component.ecr_repository }}:${{ matrix.component.image_tag }}
268268
# Disable scanning the current directory (defaults to .)

0 commit comments

Comments
 (0)