Skip to content

Commit

Permalink
Improve the query names for UI display (#134)
Browse files Browse the repository at this point in the history
State what it is, not the action we're doing

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Jan 25, 2024
1 parent f8dbee4 commit b1e2f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/mondoo-windows-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit b1e2f25

Please sign in to comment.