aquasecurity / kube-query

[EXPERIMENTAL] Extend osquery to report on Kubernetes
Apache License 2.0
222 stars 16 forks source link

Bug Fix: Support for verbose flag #15

Closed danielsagi closed 4 years ago

danielsagi commented 4 years ago

This PR introduces support for passing the --verbose flag when using the auto load mechanism of osquery. When passing the --verbose flag on osqueryd, the flag is passed to the extension binary as well. until now we didn't parsed this flag, so we crashed. The verbose mechanism is still not implemented, but this fixes the crash.

Fixes #14