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.
1 parent 42634da commit 7f35dd1Copy full SHA for 7f35dd1
scanpipe/pipelines/match_to_matchcode.py
@@ -21,6 +21,7 @@
21
# Visit https://github.com/aboutcode-org/scancode.io for support and download.
22
23
from scanpipe.pipelines import Pipeline
24
+from scanpipe.pipes import flag
25
from scanpipe.pipes import matchcode
26
27
@@ -45,6 +46,7 @@ class MatchToMatchCode(Pipeline):
45
46
47
download_inputs = False
48
is_addon = True
49
+ results_url = "/project/{slug}/resources/?status=" + flag.MATCHED_TO_PURLDB_PACKAGE
50
51
@classmethod
52
def steps(cls):
0 commit comments