Skip to content

Commit 28f998a

Browse files
committed
Rename pipelines
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent d990c13 commit 28f998a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

vulnerabilities/pipelines/v2_importers/gitlab_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class GitLabImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
3737
"""Collect advisory from GitLab Advisory Database (Open Source Edition)."""
3838

39-
pipeline_id = "gitlab_importer"
39+
pipeline_id = "gitlab_importer_v2"
4040

4141
spdx_license_expression = "MIT"
4242
license_url = "https://gitlab.com/gitlab-org/advisories-community/-/blob/main/LICENSE"

vulnerabilities/pipelines/v2_importers/pysec_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class PyPIImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
2222
"""Collect advisories from PyPI."""
2323

24-
pipeline_id = "pysec_importer"
24+
pipeline_id = "pysec_importer_v2"
2525

2626
license_url = "https://github.com/pypa/advisory-database/blob/main/LICENSE"
2727
url = "https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip"

0 commit comments

Comments
 (0)