Skip to content

Commit cfe8747

Browse files
chore(deps): upgrade project dependencies to latest versions
upgrade project dependencies to latest versions GH-183
1 parent f5123af commit cfe8747

File tree

4 files changed

+3808
-3763
lines changed

4 files changed

+3808
-3763
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)