2022
Mondoo 5.22.0 is out!
ยทBy jay
Back to releases
๐ฅณ mondoo 5.22.0 is out!
๐ NEW FEATURES
** Add the where method to map types **
Maps now have a where method that allows filtering by keys and values:
Mqlscriptmondoo> {a: 1, b: 2, c: 3}.where(key == 'c')
Mqlscriptwhere: {c: 3;}
Mqlscriptmondoo> {a: 1, b: 2, c: 3}.where(value < 3)
Mqlscriptwhere: {a: 1;b: 2;}
Currently, this only works with map types whose key is a string.
๐งน IMPROVEMENTS
- Allow using the
--insecureflag with--inventorywhen using the Mondoo CLI - Automatically delete the CloudFormation stack when the AWS integration is deleted
- Add
ownerAliasfield to theaws.ec2.imageresource
๐ BUG FIXES AND UPDATES
- Fix potential panic when using
mondoo scanwith the--inventoryflag - Fix Ansible inventory loading for tags and multiple groups
- Fix
echowarning when using PowerShell over SSH - Fix bug where AWS EBS volume scan did not work for SUSE