Skip to content

Commit 1970937

Browse files
Tednoob17Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d9c1d6c commit 1970937

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)