https://github.com/rmkanda/scancode-docker
Refer Docker Hub
https://github.com/rmkanda/scancode-docker
Last synced: 4 months ago
JSON representation
Refer Docker Hub
- Host: GitHub
- URL: https://github.com/rmkanda/scancode-docker
- Owner: rmkanda
- License: mit
- Created: 2020-05-18T11:18:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T03:57:20.000Z (about 6 years ago)
- Last Synced: 2025-02-24T05:12:51.079Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/rmkanda/nexb-scancode/general
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScanCode-docker
[nexB ScanCode](https://github.com/nexB/scancode-toolkit) is containerized
## Steps to run:
- Pull the image or build
```
docker pull rmkanda/nexb-scancode
```
OR
```
git clone https://github.com/rmkanda/ScanCode-docker.git
cd ScanCode-docker
docker build . -t rmkanda/nexb-scancode
```
- Naviagte to your application directory
- Run the scan
```bash
docker run -ti -v `pwd`:'/app/' rmkanda/nexb-scancode:latest
```
- Output will be stored in results.html
- Open results.html 