Mondoo Docs

Mondoo 5.26.0 is out!

Announcing the 5.26 release of Mondoo, the security and compliance platform that prioritizes risks that matter most in your infrastructure.

🥳 mondoo 5.26.0 is out!

🎉 NEW FEATURES

Add MQL resource to query k8s secret resources

mondoo> k8s.secrets.where(namespace == "default") { name namespace manifest["kind"] }
k8s.secrets.where: [
  0: {
    name: "default-token-89ft8"
    namespace: "default"
    manifest[kind]: "Secret"
  }
]

🐛 BUG FIXES AND UPDATES

  • Fix false positive for Debian postgresql-common advisory
  • Fix issue where first keystroke was ignored by pager when running mondoo scan
  • Fix case where APK versions where not compared properly when prefixed with epochs
  • Fix pager to work with more
  • Fix k8s namespace resource instantiation

On this page