Skip to content

Commit 8c07713

Browse files
committed
Fix errors
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent c32fd78 commit 8c07713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/pipes/vcs_collector_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CollectVCSFixCommitPipeline(VulnerableCodeBaseImporterPipelineV2):
3232

3333
exclude_from_package_todo = True
3434

35-
pipeline_id = None
35+
pipeline_id = "collect_vcs_fix_commits"
3636

3737
datasource_id = pipeline_id.replace("collect_", "")
3838

0 commit comments

Comments
 (0)