Skip to content

Commit

Permalink
add macOS system extension query (#161)
Browse files Browse the repository at this point in the history
added the macOS system extension query that was introduced in this PR
mondoohq/cnquery#4371

Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
  • Loading branch information
atomic111 authored Aug 25, 2024
1 parent d644bdf commit 481636a
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 481636a

Please sign in to comment.