safety icon indicating copy to clipboard operation
safety copied to clipboard

Update README.md

Open ed-wright opened this issue 4 years ago • 1 comments

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.

ed-wright avatar Nov 02 '21 13:11 ed-wright

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.

codecov[bot] avatar Nov 02 '21 14:11 codecov[bot]

Git conflicts.

cclauss avatar Nov 30 '22 05:11 cclauss

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.

yeisonvargasf avatar Jan 23 '23 22:01 yeisonvargasf