@@ -27,18 +27,18 @@ ScanCode-Toolkit performs the scan on a codebase in the following steps :
27
27
28
28
Scan results are provided in various formats:
29
29
30
- - a JSON file simple or pretty-printed,
31
- - SPDX tag value or XML, RDF formats,
32
- - CSV,
33
- - a simple unformatted HTML file that can be opened in browser or as a spreadsheet.
30
+ * a JSON file simple or pretty-printed,
31
+ * SPDX tag value or XML, RDF formats,
32
+ * CSV,
33
+ * a simple unformatted HTML file that can be opened in browser or as a spreadsheet.
34
34
35
35
For each scanned file, the result contains:
36
36
37
- - its location in the codebase,
38
- - the detected licenses and copyright statements,
39
- - the start and end line numbers identifying where the license or copyright was found in the
37
+ * its location in the codebase,
38
+ * the detected licenses and copyright statements,
39
+ * the start and end line numbers identifying where the license or copyright was found in the
40
40
scanned file, and
41
- - reference information for the detected license.
41
+ * reference information for the detected license.
42
42
43
43
For archive extraction, ScanCode uses a combination of Python modules, 7zip and libarchive/bsdtar
44
44
to detect archive types and extract these recursively.
0 commit comments