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

Safety POST for pyup.io #394

Closed cb22 closed 1 year ago

cb22 commented 1 year ago

Adds the ability for scan results to be sent and logged on pyup.io

codecov[bot] commented 1 year ago

Codecov Report

Merging #394 (9a83d60) into develop (b0c28cd) will decrease coverage by 1.18%. The diff coverage is 67.34%.

@@             Coverage Diff             @@
##           develop     #394      +/-   ##
===========================================
- Coverage    87.33%   86.14%   -1.19%     
===========================================
  Files           14       14              
  Lines         1626     1711      +85     
===========================================
+ Hits          1420     1474      +54     
- Misses         206      237      +31     
Impacted Files Coverage Δ
safety/safety.py 87.15% <51.61%> (-3.37%) :arrow_down:
safety/cli.py 82.72% <67.56%> (-3.36%) :arrow_down:
safety/output_utils.py 91.79% <80.00%> (-0.35%) :arrow_down:
safety/util.py 81.72% <85.00%> (+0.12%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0c28cd...9a83d60. Read the comment docs.