mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Update description for query to get apple applications count (#3330)
This commit is contained in:
parent
64203a022a
commit
7d77579ead
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ kind: query
|
|||
spec:
|
||||
name: Count Apple applications installed
|
||||
platforms: macOS
|
||||
description: Count the number of Apple applications installed on the machine.
|
||||
description: Get the total number of Apple applications installed on the host system.
|
||||
query: SELECT COUNT(*) FROM apps WHERE bundle_identifier LIKE 'com.apple.%';
|
||||
purpose: Informational
|
||||
contributors: mike-j-thomas,noahtalerman,mikermcneil
|
||||
|
|
|
|||
Loading…
Reference in a new issue