Skip to main content

Mondoo 5.23.0 is out!

ยท One min read
Mondoo Core Team

๐Ÿฅณ mondoo 5.23.0 is out!

๐ŸŽ‰ NEW FEATURESโ€‹

AWS EC2 SSM Session Support

Use Mondoo to scan all your AWS SSM instances:

mondoo scan -t aws-ec2-ssm://ec2-user@instance-id

Specify the region and/or profile to use by including options:

mondoo scan -t aws-ec2-ssm://ec2-user@instance-id --option region=us-east-2 profile=test_profile

K8s Transport Improvements

Scan a directory of Kubernetes manifests:

mondoo scan -t k8s --path test/integration/k8s

๐Ÿงน IMPROVEMENTSโ€‹

  • Include the macOS build number in platform information
  • Improved asset name for the github transport
  • Add AWS account alias to AWS Account asset name
  • Scoring consistency improvements
  • Improved naming for Kubernetes cluster
  • macOS package installation path no longer contains version number (eg: /Library/Mondoo/bin instead of /Library/Mondoo/5.22.0/bin)

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Do not require AWS RDS encryption checks on instance types that do not support encryption