Skip to content

Commit 6e8047d

Browse files
chore(deps): trivy fix
trivy fix GH-161
1 parent 977f293 commit 6e8047d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Run Trivy vulnerability scanner in repo mode
25-
uses: aquasecurity/trivy-action@0.28.0
25+
uses: aquasecurity/trivy-action@0.35.0
2626
with:
2727
scan-type: "fs"
2828
scan-ref: "${{ github.workspace }}"

0 commit comments

Comments
 (0)