https://github.com/osquery/osquery logo
j

James Wilburn

07/29/2022, 3:29 AM
Software Inventory is disabled.....do this, If you explicitly disabled vulnerability processing, and now would like to enable this feature, first enable the software inventory feature by setting the following app config:
Copy code
---
apiVersion: v1
kind: config
spec:
  host_settings:
    enable_software_inventory: true
and