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.7k stars 143 forks source link

Support for HTML Report as Output. #403

Closed chowmean closed 1 year ago

chowmean commented 2 years ago

Solves Issue: https://github.com/pyupio/safety/issues/388

chowmean commented 2 years ago

You can use this command to test the generated file safety check --output=html --save-html=test.html

@yeisonvargasf please take a initial look at the PR and suggest the changes that needs to be done.

yeisonvargasf commented 1 year ago

Thank you, @chowmean; I fixed the conflicts and added some changes to this feature.