https://github.com/beevelop/docker-scancode
Docker image for the Scancode-Toolkit
https://github.com/beevelop/docker-scancode
Last synced: about 1 month ago
JSON representation
Docker image for the Scancode-Toolkit
- Host: GitHub
- URL: https://github.com/beevelop/docker-scancode
- Owner: beevelop
- License: apache-2.0
- Created: 2019-03-11T09:42:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T09:49:22.000Z (about 7 years ago)
- Last Synced: 2024-12-31T05:41:55.421Z (over 1 year ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for Scancode-Toolkit 3.x
Docker image for the Scancode-Toolkit
# Getting started
```sh
docker run -it -v `pwd`/coding_project/:/scan beevelop/scancode
# Your should now see the verbose output of the scan
# Lean back at grab a cup of coffee
# The result file will be available as licenses.json
cat licenses.json
```
## About
By default this image scans for info, licenses, copyrights, packages, emails and urls in the `/scan` directory. Use volume mappings ( `-v`) to mount the respective folder. The resulting file will be available as `licenses.json`.
To accelerate the scan, this image uses `N-1` available processors. After the scan, you can use the Scancode Workbench to analyse your licenses. Be aware that depending on the size of your project / dependencies, a scan might take quite some time.