google / osv-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev
https://google.github.io/osv-scanner/
Apache License 2.0
6.15k stars 347 forks source link

Add new line to filtered out vulns #1066

Closed another-rex closed 3 months ago

another-rex commented 3 months ago

These logs weren't adding a new line, causing all of them to be printed in one big line.

I wonder if we can add a lint for this, seems to happen pretty often to everyone using the reporter.

hogo6002 commented 3 months ago

Replaced by: https://github.com/google/osv-scanner/pull/1067