Skip to content

Commit bb6f969

Browse files
committed
Update docstring in MatchToMatchCode pipeline
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 25e982e commit bb6f969

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scanpipe/pipelines/match_to_matchcode.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ class MatchToMatchCode(Pipeline):
3434
2. Transmitting it to MatchCode and awaiting match results
3535
3. Creating discovered packages from the package data obtained
3636
4. Associating the codebase resources with those discovered packages
37+
38+
Currently, MatchCode can only match for archives, directories, and files
39+
from Maven and npm Packages.
40+
41+
This pipeline requires a MatchCode instance to be configured and available.
42+
There is currently no public instance of MatchCode. Reach out to nexB, Inc.
43+
for other arrangements.
3744
"""
3845

3946
download_inputs = False

0 commit comments

Comments
 (0)