We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caad58 commit c7ae804Copy full SHA for c7ae804
1 file changed
.github/workflows/daily-scan.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Perform high severity scan on built artifacts
78
if: always()
79
id: high_scan_latest
80
- uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
81
with:
82
scan-type: 'fs'
83
scan-ref: '.'
@@ -88,7 +88,7 @@ jobs:
88
- name: Perform low severity scan on built artifacts
89
90
id: low_scan_latest
91
92
93
94
0 commit comments