We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e97f7a commit e3e232fCopy full SHA for e3e232f
2 files changed
.github/workflows/testing.yml
@@ -63,7 +63,7 @@ jobs:
63
fetch-depth: 0
64
65
- name: Run Trivy vulnerability scanner in repo mode
66
- uses: aquasecurity/trivy-action@v0.35.0
+ uses: aquasecurity/trivy-action@v0.36.0
67
with:
68
scan-type: "fs"
69
ignore-unfixed: true
.github/workflows/trivy-scan.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Run Trivy vulnerability scanner (source code)
30
31
32
scan-type: 'fs'
33
scan-ref: '.'
@@ -44,7 +44,7 @@ jobs:
44
sarif_file: 'trivy-results.sarif'
45
46
- name: Run Trivy scanner (table output for logs)
47
48
if: always()
49
50
0 commit comments