hillu/local-log4j-vuln-scanner

How to use filter.go

natschel opened this issue · 4 comments

With Windows 10, running "go run main.go <filepath>" (within scanner) does well.
With Windows 10, running "go run main.go -help" (within scanner) does well.
With Windows 10, running "go run filter.go" fails with "package command-line-arguments is not a main package".
With Windows 10, running "go run filter.go -help" fails with "package command-line-arguments is not a main package".
Pardon I'm a newbie. Any hints?

hillu commented

Please refer to the "build from source" bit in the README file.

hillu commented

@natschel Did this help?

hillu commented

thanks for the feedback. Closing the issue then.