osquery-defense-kit/incident_response/package_install_history_macos.sql
Thomas Stromberg 41d83350a1
make reformat
2023-05-08 13:20:47 -04:00

8 lines
106 B
SQL

-- Return macOS package install history
--
-- tags: postmortem
SELECT
*
FROM
package_install_history;