jmpsec / osctrl

Fast and efficient osquery management
https://osctrl.net
MIT License
387 stars 51 forks source link

Setting database as default for osctrl-cli #476

Closed javuto closed 2 months ago

javuto commented 2 months ago

Fix for #469

Default setting for osctrl-cli was to use API instead of DB, so there were some panics due to nil pointers being referenced. Changed to use DB instead, as default. Once all the modes support the osctrl-api, we can switch back to use API by default.