We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
download_inputs
1 parent d7de293 commit e4dab19Copy full SHA for e4dab19
scanpipe/pipelines/find_vulnerabilities.py
@@ -31,6 +31,7 @@ class FindVulnerabilities(Pipeline):
31
Vulnerability data is stored on each package and dependency instance.
32
"""
33
34
+ download_inputs = False
35
is_addon = True
36
37
@classmethod
scanpipe/pipelines/populate_purldb.py
@@ -28,6 +28,7 @@
28
class PopulatePurlDB(Pipeline):
29
"""Populate PurlDB with discovered project packages and their dependencies."""
30
0 commit comments