Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 850 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 850 Bytes

CodeReview.OwaspDependencyCheck

Docker image: https://hub.docker.com/r/godeltech/owasp-dependency-checker

Description

This repository contains docker file for Owasp dependency check. Image includes cache of National Vulnerability Database downloaded during building.

Usage

How to build the Docker Image

To build the Docker image, run the following commands:

docker build -t godeltech/owasp-dependency-checker:0.0.1 . 

How to run the Docker Container

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

License

This project is licensed under the MIT License. See the LICENSE file for more details.