File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- node-version : [22.x, 24.x, 26.x ]
14+ node-version : [22.x, 24.x]
1515 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616
1717 steps :
Original file line number Diff line number Diff line change 22. " $( dirname -- " $0 " ) /_/husky.sh"
33
44npm test
5- cd docs && ./scripts/doc8_style_check.sh && ./scripts/sphinx_build_link_check.sh
5+ # cd docs && ./scripts/doc8_style_check.sh && ./scripts/sphinx_build_link_check.sh
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ ScanCode Workbench is based on [Electron](https://www.electronjs.org/).
4141 [ ScanCode v32.0.0] ( https://github.com/aboutcode-org/scancode-toolkit/releases )
4242 and above which are run with the ScanCode ` -i ` option. For a list of available
4343 ScanCode options see
44- [ How To: Set what will be detected in a scan] ( https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_set_what_will_be_detected_in_a_scan .html )
44+ [ How To: Set what will be detected in a scan] ( https://scancode-toolkit.readthedocs.io/en/latest/tutorials/configuring-scan-detection .html )
4545
4646``` bash
4747scancode -clipeu < input> < output_file>
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ ScanCode Workbench-ScanCode Toolkit Compatibility
4545.. Note ::
4646 A list of available ScanCode Toolkit options is available in the ScanCode Toolkit
4747 documentation:
48- :doc: `scancode-toolkit:tutorials/how_to_set_what_will_be_detected_in_a_scan `.
49- Also see :doc: `scancode-toolkit:tutorials/how_to_run_a_scan ` for more details
48+ :doc: `scancode-toolkit:tutorials/configuring-scan-detection `.
49+ Also see :doc: `scancode-toolkit:tutorials/running-a-scan ` for more details
5050 on running a ScanCode Toolkit scan.
5151
5252Open ScanCode Workbench and Load a ScanCode Toolkit Scan
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Details of all the License detections and clues including Matches as well as fil
88were detected can be viewed using the License Explorer.
99
1010Refer -
11- :doc: `scancode-toolkit:reference/ license-detection-reference `
11+ :doc: `scancode-toolkit:explanation/scancode- license-detection `
1212
1313License Navigation Pane
1414-------------------------------
Original file line number Diff line number Diff line change 99Details of all the Packages & dependencies as well as files in which
1010they were detected can be viewed using the Package Explorer.
1111
12- Refer - :doc: `scancode-toolkit:reference/available_package_parsers `.
12+ Refer - :doc: `scancode-toolkit:reference/scancode-supported-packages `.
1313
1414Package Navigation Pane
1515--------------------------------
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Fields:
1313- ``Tool `` - Name of the tool which generated this scan
1414- ``Tool version `` - Version of the tool which generated this scan
1515- ``Input `` - Input path on which scan was run
16- - ``Scan Options `` - :doc: `scancode-toolkit:cli- reference/basic-options `.
16+ - ``Scan Options `` - :doc: `scancode-toolkit:reference/scancode-cli/cli- basic-options `.
1717- ``Files count `` - Total number of files scanned
1818- ``Output format version `` - Used to track compatibility with current workbench application
1919- ``SPDX license list version `` - Version of SPDX license list used
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ is also available in this view.
1616
1717.. Note ::
1818 The data in tableview is only available if corresponding options were enabled when performing the scan.
19- Refer - :doc: `scancode-toolkit:cli- reference/list -options `.
19+ Refer - :doc: `scancode-toolkit:reference/scancode-cli/cli-basic -options `.
2020
2121----------------
2222Column groups
You can’t perform that action at this time.
0 commit comments