We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d360c19 + bc71b4f commit 98c3fb3Copy full SHA for 98c3fb3
1 file changed
.github/workflows/daily-scan.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Perform high severity scan on source code
76
if: always()
77
id: high_scan_latest
78
- uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
79
with:
80
scan-type: 'fs'
81
scan-ref: '.'
@@ -85,7 +85,7 @@ jobs:
85
- name: Perform low severity scan on source code
86
87
id: low_scan_latest
88
89
90
91
0 commit comments