mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 20:58:55 +00:00
3 lines
264 B
SQL
3 lines
264 B
SQL
/* 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');
|