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

This commit is contained in:
Omereshone Kelvin
2021-12-12 18:03:56 -08:00
committed by GitHub
parent 64203a022a
commit 7d77579ead
@@ -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