Skip to main content

Mondoo 4.17.0 is out!

· One min read
Mondoo Core Team

🥳 mondoo 4.17.0 is out!

🎉 FEATURES

  • Experimental VMware Harbor Integration is available

    Harbor

    To try it out, add the container_registries configuration to your mondoo config:

    ...
    container_registries:
    token: abc123
    enable_harbor: true

    and then run mondoo serve. An implementation of the pluggable-scanner-spec will be available on port 8990.

🧹 IMPROVEMENTS

  • macOS arm64 builds
  • Improved macOS and Windows baseline policies
  • Improved MQL type enforcement relating to handling of nils

🐛 BUG FIXES AND UPDATES

  • Fix MQL timeout when if missing else
  • Fix Microsoft 365 resolver
  • Allow passing insecure flag for container registry scans