eth-sri / securify

[DEPRECATED] Security Scanner for Ethereum Smart Contracts
Apache License 2.0
215 stars 50 forks source link

Output json report to stdout with -fh #48

Open kaisert opened 5 years ago

kaisert commented 5 years ago

Currently the only option to get the report in json format is to write it to a file given with the --output or --livestatusfile. It would be handy in certain situations to pipe the json report to stdout.

hiqua commented 5 years ago

You mean in the -fh option right? Because the json output is printed on stdout with -fs.

kaisert commented 5 years ago

I didn't know that, but yes also with -fh