Skip to content

Commit 7225a17

Browse files
Piyush Singh GaurPiyush Singh Gaur
authored andcommitted
fix(workflows): fix trivy version and updated dependencies
fix trivy version and updated dependencies GH-2495
1 parent 41a3b2d commit 7225a17

File tree

4 files changed

+933
-8911
lines changed

4 files changed

+933
-8911
lines changed

.github/workflows/trivy.yml

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.yaml"
27+
scan-type: 'fs'
28+
scan-ref: '${{ github.workspace }}'
29+
trivy-config: '${{ github.workspace }}/trivy.yaml'

0 commit comments

Comments
 (0)