sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
564 stars 74 forks source link

Unintended behavioral change with StdIn, no config, and -quiet flag. #88

Closed bhamail closed 4 years ago

bhamail commented 4 years ago

The latest version of Nancy is exiting with a 3 error code when invoked thusly:

 go list -m all | ../../nancy -quiet

This invocation used to work - it would parse the stdIn and produce results without an error status being returned.

Could be related to PR #78?

cc @bhamail / @DarthHater

bhamail commented 4 years ago

Fixed by #89