tomnomnom / gron

Make JSON greppable!
MIT License
13.76k stars 326 forks source link

allow insecure https connections #27

Closed jagsta closed 7 years ago

jagsta commented 7 years ago

Added -k and --insecure flags to support insecure https connections

/script/test runs ok /script/lint produces an additional warning about InsecureSkipVerify being true

I had to change /script/lint include from mispell to misspell for it to execute ¯\_(ツ)_/¯

tomnomnom commented 7 years ago

All looks good to me!

I've issued a PR against your master with a couple of tweaks to the linter config and an update to the help output in the readme file; it's not been updated for a while it seems - whoops!

If you merge that PR I'll merge yours :)