cnquery
cnquery copied to clipboard
open source, cloud-native, graph-based asset inventory
**Describe the bug** There's no reason to log that we couldn't find a config. It's no big deal. Avoids this message:  **To Reproduce** Steps to reproduce the behavior: 1....
after https://github.com/mondoohq/cnquery/pull/587 We already had support for Windows appx packages. This extends the `packages` resource to also list packages on windows that are natively installed via MSI. ``` packages.list: [...
use ssm and instance-connect to try to connect to ec2 instances discovered on cli
addresses https://github.com/mondoohq/cnquery/issues/588 Fetches the WSUS updates on Windows ``` cnquery> os.updates os.updates: [ 0: os.update name="4577586" 1: os.update name="5011267" 2: os.update name="5018542" 3: os.update name="890830" 4: os.update name="5020685" 5: os.update...
addresses #588 after #586 brings the handling for os updates to macOS ``` cnquery> os.updates os.updates: [ 0: os.update name="MSU_UPDATE_21G217_patch_12.6.1" 1: os.update name="Command Line Tools beta 3 for Xcode" 2:...
**Is your feature request related to a problem? Please describe.** It looks like `os.updates` can't detect the Fedora 36 and Pop!_OS 22.04 LTS package manager: ```shell mondoo> os.updates [failed] os.updates...
find public and private ecr registries and their images, use existing container image connection methods to connect to each asset
I am not sure if the host actually has any meaning for docker. To me it seemed like a mistake in the code. This definitely fixes the problem but I...
Just a standard passthrough of Ingress resources as Mondoo assets. should be able to now run things like: ./cnquery run k8s --discover ingresses -c 'k8s.ingress.spec["ingressClassName"]' At present, the Ingress resources...
builds on #581 and extends the gcp compute resources