Skip to content

Commit

Permalink
switch to native mondoo lsblk resource
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Oct 8, 2024
1 parent 54aecd6 commit 2145ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mondoo-linux-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ packs:
asset.family.contains('linux')
packages.where(name == /xorg|xserver|wayland/i).any(installed)
mql: |
parse.json(content: command('lsblk --json').stdout).params
lsblk { name label uuid fstype mountpoints }
- uid: mondoo-linux-logged-in-users
title: Logged-in users
mql: command('w -h').stdout

0 comments on commit 2145ea7

Please sign in to comment.