2022
Mondoo 5.26.0 is out!
ยทBy jay
Back to releases
๐ฅณ mondoo 5.26.0 is out!
๐ NEW FEATURES
Add MQL resource to query k8s secret resources
Mqlscriptmondoo> 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-commonadvisory - 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