diff --git a/make/migrations/postgresql/0071_2.4.2_schema.up.sql b/make/migrations/postgresql/0071_2.4.2_schema.up.sql new file mode 100644 index 000000000..df8f5ce98 --- /dev/null +++ b/make/migrations/postgresql/0071_2.4.2_schema.up.sql @@ -0,0 +1,2 @@ +/* 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');