We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4463f commit 66b5626Copy full SHA for 66b5626
1 file changed
vulnerabilities/importers/__init__.py
@@ -35,7 +35,6 @@
35
from vulnerabilities.importers import liferay
36
from vulnerabilities.pipelines import VulnerableCodeBaseImporterPipeline
37
from vulnerabilities.pipelines import alpine_linux_importer
38
-from vulnerabilities.pipelines import anchore_importer
39
from vulnerabilities.pipelines import github_importer
40
from vulnerabilities.pipelines import gitlab_importer
41
from vulnerabilities.pipelines import nginx_importer
@@ -80,7 +79,6 @@
80
79
pysec_importer.PyPIImporterPipeline,
81
alpine_linux_importer.AlpineLinuxImporterPipeline,
82
anchore_importer.AnchoreImporterPipeline,
83
- liferay.LiferayImporter,
84
]
85
86
IMPORTERS_REGISTRY = {
0 commit comments