Skip to main content

Mondoo 5.26.0 is out!

ยท One min read
Mondoo Core Team

๐Ÿฅณ 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