Mondoo 5.19.0 is out!
ยท 2 min read
๐ฅณ mondoo 5.19.0 is out!
๐งน IMPROVEMENTSโ
- Make asset name consistent for AWS instances regardless of the transport or discovery mechanism used
- Add additional fields to the
aws.rds.dbinstanceresourcedbInstanceClass: name of the compute and memory capacity class of the DB instancedbInstanceIdentifier: user-supplied unique key that identifies a DB instanceengine: name of the database engine for this DB instancesecurityGroups: list of VPC security group elements that the DB instance belongs tostatus: current state of this database
- Detect services managed by systemd for FS based transports
- Handle Terraform template wrap expressions
- Add advisory support for Ubuntu 21.10
- Improve printing of assessments for blocks
๐ BUG FIXES AND UPDATESโ
mondoo scan -onow acceptsjsonandymlfor report output formats. Before,jsonsupport was claimed but did not work, andyamlsupport worked, but did not acceptyml- Fix panic when using the AWS S3 resource
- Fix potential panic if scan results fail to store
- Fix issue where the assessment for
package("foo").installedwould be missing, butpackage("foo").installed == truewould work - Fix bug where AWS S3 buckets without tags return an error when no tags are present
- Update asset filter for
CIS Distribution Independent Linux Benchmark Level 1 for Containerso that it only runs for containers - Use public IP instead of public DNS for EC2 Instance Connect since not all instances have a public DNS entry