Skip to content

Commit 6487682

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.29.0 (#557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1740a4 commit 6487682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Build an image from Dockerfile
1414
run: docker build -t trivy-explorer .
1515
- name: Run Trivy vulnerability scanner
16-
uses: aquasecurity/trivy-action@0.28.0
16+
uses: aquasecurity/trivy-action@0.29.0
1717
with:
1818
image-ref: "trivy-explorer"
1919
output: trivy-report.json

0 commit comments

Comments
 (0)