Skip to content

Releases: appknox/appknox-go

Add support for proxy

26 Sep 17:01
18ee9d5
Compare
Choose a tag to compare
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

26 Sep 10:58
99d0c5c
Compare
Choose a tag to compare
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

16 Sep 13:07
f705cca
Compare
Choose a tag to compare
CHANGELOG:
  • Flag modified from risk_threshold to risk-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

02 Sep 14:34
16d1c6d
Compare
Choose a tag to compare

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.

30 Jul 13:46
1981e2a
Compare
Choose a tag to compare

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

22 Jun 11:55
31db918
Compare
Choose a tag to compare

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