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

Enhancement: Silence output unless at least one CVE is present #465

Open mcandre opened 1 year ago

mcandre commented 1 year ago

Please reduce the amount of stdout/stderr noise that safety generates. When combined with other auditing and linting tools in a CI/CD pipeline, it can be cumbersome to sort through all the logs.

We can adopt the UNIX principle here, that no output is emitted unless a CVE is actually found.