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

Update README.md #358

Closed ed-wright closed 1 year ago

ed-wright commented 2 years ago

If you attempt to run the command safety check --output --json insecure_report.json given in the README it fails due to --output expecting a filename where --json is then given and insecure_report.json is now an unknown parameter. Running the --json flag first then --output with insecure_report.json allows the command to run correctly.

codecov[bot] commented 2 years ago

Codecov Report

Merging #358 (aa62574) into master (7d1448e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   69.51%   69.51%           
=======================================
  Files           8        8           
  Lines         538      538           
=======================================
  Hits          374      374           
  Misses        164      164           

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 7d1448e...aa62574. Read the comment docs.

cclauss commented 1 year ago

Git conflicts.

yeisonvargasf commented 1 year ago

Thank you. @ed-wright and @cclauss; this was an issue generated by the changes made in the 2.0 release; now, this issue doesn't exist.

I'll close this PR.