Skip to content

Commit 66fea91

Browse files
chore(deps): upgraded to latest dependencies
upgraded to latest dependencies GH-0
1 parent 7d9a00a commit 66fea91

File tree

12 files changed

+2044
-2683
lines changed

12 files changed

+2044
-2683
lines changed

.github/workflows/trivy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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:
27-
scan-type: "fs"
28-
scan-ref: "${{ github.workspace }}"
29-
trivy-config: "${{ github.workspace }}/trivy.yml"
27+
scan-type: 'fs'
28+
scan-ref: '${{ github.workspace }}'
29+
trivy-config: '${{ github.workspace }}/trivy.yml'

0 commit comments

Comments
 (0)