Skip to content

Commit 4181a26

Browse files
authored
Merge pull request #247 from cisagov/dependabot/github_actions/aquasecurity/trivy-action-0.33.1
Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1
2 parents ac1210e + 35bac1f commit 4181a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
- name: Load Docker image
408408
run: docker load < dist/image.tar.gz
409409
- name: Run Trivy vulnerability scanner
410-
uses: aquasecurity/trivy-action@0.33.0
410+
uses: aquasecurity/trivy-action@0.33.1
411411
with:
412412
image-ref: ${{ needs.repo-metadata.outputs.image-name }}:latest
413413
test:

0 commit comments

Comments
 (0)