You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use radio for pipeline choices in modal #618 (#641)
* Adjust the project form spacing #618
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Split pipeline doc string into summary and description #618
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Use pipeline summary as run description value #618
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Use radio in place of select for pipeline choices in modal #618
Signed-off-by: Thomas Druez <tdruez@nexb.com>
---------
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Copy file name to clipboardExpand all lines: scanpipe/tests/data/asgiref-3.3.0_load_inventory_expected.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
{
9
9
"pipeline_name": "load_inventory",
10
10
"status": "not_started",
11
-
"description": "Load one or more inventory from ScanCode-toolkit and ScanCode.io JSON scan results.\n\nAn inventory is composed of packages, dependencies, and resources.",
11
+
"description": "Load one or more inventory from ScanCode-toolkit and ScanCode.io JSON scan results.",
Copy file name to clipboardExpand all lines: scanpipe/tests/data/daglib-0.6.0-py3-none-any.whl_scan_codebase.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
{
14
14
"pipeline_name": "scan_codebase",
15
15
"status": "not_started",
16
-
"description": "Scan a codebase with ScanCode-toolkit.\n\nIf the codebase consists of several packages and dependencies, it will try to\nresolve and scan those too.\n\nInput files are copied to the project's codebase/ directory and are extracted\nin place before running the scan.\nAlternatively, the code can be manually copied to the project codebase/\ndirectory.",
16
+
"description": "Scan a codebase with ScanCode-toolkit.",
Copy file name to clipboardExpand all lines: scanpipe/tests/data/is-npm-1.0.0_scan_codebase.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
{
14
14
"pipeline_name": "scan_codebase",
15
15
"status": "not_started",
16
-
"description": "Scan a codebase with ScanCode-toolkit.\n\nIf the codebase consists of several packages and dependencies, it will try to\nresolve and scan those too.\n\nInput files are copied to the project's codebase/ directory and are extracted\nin place before running the scan.\nAlternatively, the code can be manually copied to the project codebase/\ndirectory.",
16
+
"description": "Scan a codebase with ScanCode-toolkit.",
0 commit comments