Skip to content

Commit 9a26f0f

Browse files
committed
Allow all ecosystems in gitlab
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 5d119de commit 9a26f0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vulnerabilities/pipelines/v2_importers/gitlab_importer.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ def steps(cls):
5757

5858
purl_type_by_gitlab_scheme = {
5959
"conan": "conan",
60-
# "gem": "gem",
60+
"gem": "gem",
6161
# Entering issue to parse go package names https://github.com/nexB/vulnerablecode/issues/742
6262
# "go": "golang",
63-
# "maven": "maven",
64-
# "npm": "npm",
65-
# "nuget": "nuget",
66-
# "packagist": "composer",
67-
# "pypi": "pypi",
63+
"maven": "maven",
64+
"npm": "npm",
65+
"nuget": "nuget",
66+
"packagist": "composer",
67+
"pypi": "pypi",
6868
}
6969

7070
gitlab_scheme_by_purl_type = {v: k for k, v in purl_type_by_gitlab_scheme.items()}

0 commit comments

Comments
 (0)