Warning
This software is NOT a release candidate and is NOT production-ready.
The code in this repository (and its dependencies) may contain vulnerabilities. The maintainers provide no warranty of any kind and accept no liability for any defect, vulnerability, data loss, security incident or other damage resulting from its use.
You install, run, evaluate and operate this software at your own risk. Do not deploy it in a production environment, and do not expose it to untrusted networks without an independent security review.
- Latest version Dockerfile
VMC (OWASP Vulnerability Management Center) is a platform created to make vulnerability management simple, easy and clean.
The recommended way to get the VMC Docker Image is to pull the prebuilt image from the Docker Hub Registry.
$ docker pull dsecureme/vmc:latestTo use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.
$ docker pull dsecureme/vmc:[TAG]If you wish, you can also build the image yourself.
$ git clone https://github.com/DSecureMe/vmc-docker.git
$ make buildYou can also make using version parameter
$ make build v=[version number]- docker
- make
