Mondoo 10.11 is out!
ยท 2 min read
๐ฅณ Mondoo 10.11 is out! This release includes Azure Container Registry scanning, expanded OS query packs, and more!โ
Get this release: Installation Docs | Package Downloads | Docker Container
๐ NEW FEATURESโ
Azure Container Registry scanningโ
Mondoo now supports scanning Azure Container Registries (ACR) that require authentication using credentials stored after running the az login
command.
To login and scan a complete registry run:
az login
cnspec scan container registry my_registry.azurecr.io
๐งน IMPROVEMENTSโ
Collect logged-in users in query packsโ
Windows, Linux, and macOS query packs now collect the currently logged-in users so you can understand active users on endpoints or remote connections to servers.
๐ BUG FIXES AND UPDATESโ
- Fix a failure running the
users.all(sshkeys == empty)
query. - Don't panic when the scan play is set to 0.
- Ignore deactivated users in the Slack policy's multi-factor authentication (MFA) check. Thanks for this fix, @jaybrueder!
- Improve the AWS IAM user "MFA enabled" check to only check users with a set password.
- Fix the discovery of GCP organizations and folders.
- Improve the
scan gcp
help output. - Improve failure output when a CLI command can't be parsed in the GCP provider.
- Fix 403 errors when scanning GCP.
- Fix failures scanning container registries.
- Don't print the asset MRN when running cnspec scans.
- Improve snapshot filesystem type detection.
- Fix failures scanning Google BigQuery assets.
- Improve retries during AWS scanning when requests timeout.
- Fix failures scanning Amazon ECR container registries.