We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a975ccb + 577c00e commit b12a250Copy full SHA for b12a250
1 file changed
.github/workflows/daily-scan.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Perform high severity scan on built artifacts
82
if: always()
83
id: high_scan_latest
84
- uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
85
with:
86
scan-type: 'fs'
87
scan-ref: '.'
@@ -92,7 +92,7 @@ jobs:
92
- name: Perform low severity scan on built artifacts
93
94
id: low_scan_latest
95
96
97
98
0 commit comments