Skip to content

Commit

Permalink
🧹 update platform { title .. } to asset { platform title ... } in mac…
Browse files Browse the repository at this point in the history
…os querypack
  • Loading branch information
vjeffrey committed Sep 15, 2023
1 parent 8c8cdee commit 85481a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mondoo-macos-incident-response.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packs:
queries:
- uid: mondoo-macos-incident-response-platform-info
title: Retrieve platform information
mql: platform { title release arch }
mql: asset { platform title version arch }
- uid: mondoo-macos-incident-response-regular-users
title: Retrieve regular users
mql: users.where( name != /^_/ && shell != /\/usr\/bin\/false/ )
Expand Down

0 comments on commit 85481a4

Please sign in to comment.