Skip to content

Commit

Permalink
add macOS system extension query
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Aug 25, 2024
1 parent d644bdf commit 8380926
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/mondoo-macos-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packs:
- uid: mondoo-macos-inventory
name: macOS Inventory Pack
version: 1.4.1
version: 1.5.0
license: BUSL-1.1
authors:
- name: Mondoo, Inc
Expand Down Expand Up @@ -132,3 +132,6 @@ packs:
- uid: mondoo-macos-logged-in-users
title: Logged-in users
mql: command('users').stdout
- uid: mondoo-macos-system-extensions
title: macOS System Extensions
mql: macos.systemExtensions { active enabled identifier state version }

0 comments on commit 8380926

Please sign in to comment.