pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Added example to README #305

Closed jorgecarleitao closed 3 years ago

jorgecarleitao commented 4 years ago

Add a small snippet that scans an existing docker image. This ensures that the check is done on the final installation - which may be deployed in production - as opposed to the requirements.txt, which often (i.e. in the wild) does not contain all dependencies or the complete state of the installed dependencies (e.g. wheel, setuptools).