2021

Mondoo 5.15.0 is out!

ยทBy kyleen

Back to releases

๐Ÿฅณ mondoo 5.15.0 is out!

๐ŸŽ‰ NEW FEATURES

Support --path for exec command to allow for autocompletion in the shell This brings shell auto-completion for transports that require a path

Before:

Bash
mondoo exec -t terraform --option path=policy/bundles/test_data/terraform/fail "$(cat test.mql)"

After:

Bash
mondoo exec -t terraform --path policy/bundles/test_data/terraform/fail "$(cat test.mql)"

๐Ÿงน IMPROVEMENTS

  • Add azure vm platform id auto-detection
  • Add tags to aws acm certificate resource

On this page