-
-
Notifications
You must be signed in to change notification settings - Fork 708
Closed
Milestone
Description
Description
I had used https://github.com/nexB/scancode-toolkit/blob/develop/Dockerfile to build docker images .then run it but no any licenses be detected!
NO any licenses information in result.html!
How To Reproduce
download https://github.com/nexB/scancode-toolkit/archive/refs/tags/v32.0.0rc2.tar.gz
tar zxvf scancode-toolkit-32.0.0rc2.tar.gz
cd scancode-toolkit-32.0.0rc2
docker build --tag scancode-toolkit:latest .
cd samples
docker run --rm -v $PWD/:/project scancode-toolkit:latest -n 10 -clpeui --html /project/result.html /project
System configuration
- What OS are you running on? (Windows/MacOS/Linux) centos 7.0
- What version of scancode-toolkit was used to generate the scan file? 32.0.0rc2
- What installation method was used to install/run scancode? (pip/source download/other) source download
Reactions are currently unavailable