Skip to content

GodelTech/CodeReview.OwaspDependencyCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published