Skip to content

Commit 000d87d

Browse files
committed
Add Oval importers in importer registry
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 94c613d commit 000d87d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vulnerabilities/importers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
debian.DebianImporter,
3232
gitlab.GitLabAPIImporter,
3333
pypa.PyPaImporter,
34+
ubuntu.UbuntuImporter,
35+
debian_oval.DebianOvalImporter,
3436
]
3537

3638
IMPORTERS_REGISTRY = {x.qualified_name: x for x in IMPORTERS_REGISTRY}

0 commit comments

Comments
 (0)