macadmins / osquery-extension

An osquery extension for endpoint engineers
Apache License 2.0
97 stars 32 forks source link

Add `display_name` column to `munki_installs` #22

Closed lucasmrod closed 2 years ago

lucasmrod commented 2 years ago

This PR adds the display_name property to munki_installs. And adds a simple unit test.

Why?

Solutions like SimpleMDM that integrate with Munki use random identifiers in the name field, so it's hard to identify the apps when querying select * from munki_installs.

grahamgilbert commented 2 years ago

Thank you for this!