We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3c37bb + 4f2bef0 commit 09a577bCopy full SHA for 09a577b
1 file changed
.github/workflows/pr.yml
@@ -66,14 +66,14 @@ jobs:
66
67
- name: Trivy Scan Config
68
id: trivy-config
69
- uses: aquasecurity/trivy-action@0.34.0
+ uses: aquasecurity/trivy-action@0.34.1
70
with:
71
scan-type: 'config'
72
scan-ref: '.'
73
74
- name: Trivy Scan Filesystem
75
id: trivy-fs
76
77
78
scan-type: 'fs'
79
0 commit comments