Skip to content

Commit e4dab19

Browse files
committed
Do not download_inputs in addon Pipelines
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent d7de293 commit e4dab19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scanpipe/pipelines/find_vulnerabilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class FindVulnerabilities(Pipeline):
3131
Vulnerability data is stored on each package and dependency instance.
3232
"""
3333

34+
download_inputs = False
3435
is_addon = True
3536

3637
@classmethod

scanpipe/pipelines/populate_purldb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
class PopulatePurlDB(Pipeline):
2929
"""Populate PurlDB with discovered project packages and their dependencies."""
3030

31+
download_inputs = False
3132
is_addon = True
3233

3334
@classmethod

0 commit comments

Comments
 (0)