Skip to content

Commit d964334

Browse files
committed
Potential fix for pull request finding
Signed-off-by: Tedsig42 <teddams047@gmail.com>
1 parent 575a911 commit d964334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/pipelines/v2_importers/cloudvulndb_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class CloudVulnDBImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
3131
"""Collect cloud vulnerabilities from the public CloudVulnDB RSS feed."""
3232

33-
pipeline_id = "cloudvulndb_importer"
33+
pipeline_id = "cloudvulndb_importer_v2"
3434
spdx_license_expression = "CC-BY-4.0"
3535
license_url = "https://github.com/wiz-sec/open-cvdb/blob/main/LICENSE.md"
3636
repo_url = "https://github.com/wiz-sec/open-cvdb"

0 commit comments

Comments
 (0)