Update description for query to get apple applications count (#3330)

This commit is contained in:
Omereshone Kelvin 2021-12-13 03:03:56 +01:00 committed by GitHub
parent 64203a022a
commit 7d77579ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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