Docker image: https://hub.docker.com/r/godeltech/owasp-dependency-checker
This repository contains docker file for Owasp dependency check. Image includes cache of National Vulnerability Database downloaded during building.
To build the Docker image, run the following commands:
docker build -t godeltech/owasp-dependency-checker:0.0.1 .
To run the Docker container, use the following command:
docker run -v "/d/temp:/src" -v "/d/temp2:/artifacts" -it --rm godeltech/owasp-dependency-checker --scan /src --format JSON --out /artifacts -n
This project is licensed under the MIT License. See the LICENSE file for more details.