Drydock CI compatible Python vulnerability scanner using Safety (https://github.com/pyupio/safety)
To scan a requirements.txt file in the current directory for vulnerabilities:
$ docker run -v $PWD/src:/target -v $PWD/results:/results drydockcloud/ci-safety
/results/safety.txtYou can specify one of the following commands to alter safety's behavior
check-file FILE (default) - Reads requirements file from FILE. If FILE is missing, requirements.txt is assumed.check-stdin - Reads requirements from stdin.Content type
Image
Digest
Size
36.9 MB
Last updated
almost 7 years ago
docker pull drydockcloud/ci-safety