Releases: appknox/appknox-go
Releases · appknox/appknox-go
Add support for proxy
CHANGELOG:
- added two parameters
--proxy
and--pac
for proxy.
For installing in Linux & OSX:
$ curl -L https://github.com/appknox/appknox-go/releases/download/1.1.0/appknox-`uname -s`-x86_64 > /usr/local/bin/appknox && chmod +x /usr/local/bin/appknox
Fix initial config creation for new systems
CHANGELOG:
- fixes 'config init' was not creating config file for new systems.
For installing in Linux & OSX:
$ curl -L https://github.com/appknox/appknox-go/releases/download/1.0.2/appknox-`uname -s`-x86_64 > /usr/local/bin/appknox && chmod +x /usr/local/bin/appknox
Change flag risk-threshold
CHANGELOG:
- Flag modified from
risk_threshold
torisk-threshold
For installing in Linux & OSX:
$ curl -L https://github.com/appknox/appknox-go/releases/download/1.0.1/appknox-`uname -s`-x86_64 > /usr/local/bin/appknox && chmod +x /usr/local/bin/appknox
Release of cicheck command
For installing in Linux & OSX:
$ curl -L https://github.com/appknox/appknox-go/releases/download/1.0.0/appknox-`uname -s`-x86_64 > /usr/local/bin/appknox && chmod +x /usr/local/bin/appknox
whoami Command.
For installing in Linux & OSX:
$ curl -L https://github.com/appknox/appknox-go/releases/download/0.0.2/appknox-`uname -s`-x86_64 > /usr/local/bin/appknox && chmod +x /usr/local/bin/appknox
Initial release
For installing in Linux & OSX:
$ curl -L https://github.com/appknox/appknox-go/releases/download/0.0.1/appknox-`uname -s`-x86_64 > /usr/local/bin/appknox && chmod +x /usr/local/bin/appknox