Skip to content

Commit

Permalink
switch to native mondoo lsblk resource (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 authored Oct 8, 2024
1 parent 518c4c7 commit 581b1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mondoo-linux-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packs:
- uid: mondoo-linux-inventory
name: Linux Inventory Pack
version: 1.7.0
version: 1.7.1
license: BUSL-1.1
authors:
- name: Mondoo, Inc
Expand Down 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 581b1cc

Please sign in to comment.