This is Practical DevSecOps's Safety Image to help learners in embedding safety in CI/CD pipeline with ease.
Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. Safety can be run on developer machines, in CI/CD pipelines and on production systems.
docker run -it -v $(pwd):/src hysnsec/safety check -r requirements.txt
The working directory used in the image is /src as seen here
For detailed documentation, please see Safety's documentation portal.
Content type
Image
Digest
sha256:e6bdf5ac4…
Size
52.7 MB
Last updated
over 1 year ago
docker pull hysnsec/safety