Skip to content

Commit f1bf3c7

Browse files
committed
Merge branch 'develop' into 39-refactoring-nodeview-jstree-dt
2 parents 920df8b + a2dfbe3 commit f1bf3c7

File tree

7 files changed

+17
-2365
lines changed

7 files changed

+17
-2365
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,22 @@ creating your component can then be exported to a JSON file.
1919

2020
* You can [download the latest release](https://github.com/nexB/aboutcode-manager/releases) for your operating system or build it yourself (see below).
2121
Once downloaded, you can find `AboutCode-Manager` under `dist/AboutCode-Manager-<os>-x64-<version>`.
22-
* AboutCode Manager is only compatible with scans from [ScanCode Toolkit v2.0.0-RC1] (https://github.com/nexB/scancode-toolkit/releases) and above.
23-
* Scans imported into the app need to contain the file information data. Therefore, the `-i` option needs to be used in your ScanCode command. For example:
22+
* AboutCode Manager v1 is only compatible with scans from [ScanCode Toolkit v2.0.0-RC1](https://github.com/nexB/scancode-toolkit/releases) and above which are run with the ScanCode -i option. You need to run ScanCode with the -c (copyright detection) and -l (license detection) options in order to get copyright and license data. The -p option will detect and report package level metadata if available.
2423

2524
```bash
26-
./scancode -clip
25+
./scancode -clip <input> <output_file>
2726
```
2827

29-
See the [wiki] (https://github.com/nexB/aboutcode-manager/wiki) for more documentation on how to use the app.
28+
* We have provided a set of sample scans that you can quickly review in AboutCode Manager in order to get a sense of its functionality and the types of information captured by a scan. The samples are located at [https://github.com/nexB/aboutcode-manager/tree/develop/samples](https://github.com/nexB/aboutcode-manager/tree/develop/samples). They currently include the following JSON files:
29+
* batik-1.7.1-scan.json
30+
* busybox-1.26.2-scan.json
31+
* dropbear-2016.74-scan.json
32+
* mysql-connector-java-5.1.40-scan.json
33+
* openssl-1.1.0e-scan.json
34+
35+
Download one or more of the samples and open the samples from the File open button in AboutCode Manager.
36+
37+
See the [wiki](https://github.com/nexB/aboutcode-manager/wiki) for more documentation on how to use AboutCode Manager.
3038

3139
## Building
3240

samples/batik-1.7.1-scan.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

samples/busybox-1.26.2-scan.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

samples/dropbear-2016.74-scan.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

samples/mysql-connector-java-5.1.40-scan.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

samples/openssl-1.1.0e-scan.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)