Only ingest installed deb_packages (#8160)

Only ingest deb_packages with status = 'install ok installed'
This commit is contained in:
Juan Fernandez
2022-10-12 14:27:07 -04:00
committed by GitHub
parent 20d617ee67
commit 72cfdac634
2 changed files with 2 additions and 0 deletions
@@ -0,0 +1 @@
* Only ingest DEB packages with the proper status.
+1
View File
@@ -634,6 +634,7 @@ SELECT
'' AS vendor,
'' AS arch
FROM deb_packages
WHERE status = 'install ok installed'
UNION
SELECT
package AS name,