From b1e2f25aba0990c86225a3dbb970030660a4f7d1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 25 Jan 2024 00:06:24 -0800 Subject: [PATCH] Improve the query names for UI display (#134) State what it is, not the action we're doing Signed-off-by: Tim Smith --- core/mondoo-windows-inventory.mql.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/mondoo-windows-inventory.mql.yaml b/core/mondoo-windows-inventory.mql.yaml index 90ab00d..07b4765 100644 --- a/core/mondoo-windows-inventory.mql.yaml +++ b/core/mondoo-windows-inventory.mql.yaml @@ -109,14 +109,14 @@ packs: title: Windows local Privilege Rights security policy mql: secpol.privilegerights - uid: mondoo-windows-smbios-baseboard - title: Retrieve SMBIOS baseboard (or module) information + title: SMBIOS baseboard (or module) information mql: machine.baseboard { manufacturer version serial assetTag product } - uid: mondoo-windows-smbios-bios - title: Retrieve SMBIOS BIOS information + title: SMBIOS BIOS information mql: machine.bios { vendor version releaseDate } - uid: mondoo-windows-smbios-system - title: Retrieve SMBIOS System information + title: SMBIOS System information mql: machine.system { sku serial family version product uuid manufacturer } - uid: mondoo-windows-smbios-chassis - title: Retrieve SMBIOS Chassis information + title: SMBIOS Chassis information mql: machine.chassis { manufacturer serial version assetTag }