https://github.com/godeltech/codereview.owaspdependencycheck
https://github.com/godeltech/codereview.owaspdependencycheck
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/codereview.owaspdependencycheck
- Owner: GodelTech
- License: mit
- Created: 2021-04-07T11:31:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T18:58:35.000Z (12 months ago)
- Last Synced: 2025-06-09T19:47:27.668Z (12 months ago)
- Language: Dockerfile
- Size: 38.1 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeReview.OwaspDependencyCheck
Docker image: https://hub.docker.com/r/godeltech/owasp-dependency-checker
## Description
This repository contains docker file for [Owasp dependency check](https://owasp.org/www-project-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:
```bash
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:
```bash
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.