mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 03:35:21 +01:00
3 lines
264 B
MySQL
3 lines
264 B
MySQL
|
/* Remove old version scan reports of trivy */
|
||
|
DELETE FROM scan_report WHERE mime_type='application/vnd.scanner.adapter.vuln.report.harbor+json; version=1.0' AND registration_uuid IN (SELECT uuid FROM scanner_registration WHERE name='Trivy' AND immutable='true');
|