Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add snap installed table #1809

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Add snap installed table #1809

merged 1 commit into from
Jul 29, 2024

Conversation

Micah-Kolide
Copy link
Contributor

Adding a kolide_snap_installed table so we can query all packages installed not just what is currently out-of-date.

osquery> SELECT * FROM kolide_snap_installed;
+-------------+--------+-----------+--------------------+-------+
| fullkey     | parent | key       | value              | query |
+-------------+--------+-----------+--------------------+-------+
| 0/Rev       | 0      | Rev       | 2318               | *     |
| 0/Tracking  | 0      | Tracking  | latest/stable      | *     |
| 0/Version   | 0      | Version   | 20240416           | *     |
| 0/Name      | 0      | Name      | core20             | *     |
| 0/Notes     | 0      | Notes     | base               | *     |
| 0/Publisher | 0      | Publisher | canonical**        | *     |
| 1/Name      | 1      | Name      | core22             | *     |
| 1/Notes     | 1      | Notes     | base               | *     |
| 1/Publisher | 1      | Publisher | canonical**        | *     |
| 1/Rev       | 1      | Rev       | 1380               | *     |
| 1/Tracking  | 1      | Tracking  | latest/stable      | *     |
| 1/Version   | 1      | Version   | 20240408           | *     |
| 2/Publisher | 2      | Publisher | google-cloud-sdk** | *     |
| 2/Rev       | 2      | Rev       | 247                | *     |
| 2/Tracking  | 2      | Tracking  | latest/stable/…    | *     |
| 2/Version   | 2      | Version   | 480.0.0            | *     |
| 2/Name      | 2      | Name      | google-cloud-cli   | *     |
| 2/Notes     | 2      | Notes     | classic            | *     |
| 3/Name      | 3      | Name      | lxd                | *     |
| 3/Notes     | 3      | Notes     | -                  | *     |
| 3/Publisher | 3      | Publisher | canonical**        | *     |
| 3/Rev       | 3      | Rev       | 29351              | *     |
| 3/Tracking  | 3      | Tracking  | 5.0/stable/…       | *     |
| 3/Version   | 3      | Version   | 5.0.3-80aeff7      | *     |
| 4/Notes     | 4      | Notes     | snapd              | *     |
| 4/Publisher | 4      | Publisher | canonical**        | *     |
| 4/Rev       | 4      | Rev       | 21759              | *     |
| 4/Tracking  | 4      | Tracking  | latest/stable      | *     |
| 4/Version   | 4      | Version   | 2.63               | *     |
| 4/Name      | 4      | Name      | snapd              | *     |
+-------------+--------+-----------+--------------------+-------+

@Micah-Kolide Micah-Kolide added this pull request to the merge queue Jul 29, 2024
Merged via the queue into main with commit 847a2e2 Jul 29, 2024
30 checks passed
@Micah-Kolide Micah-Kolide deleted the micah/add_snap_installed_table branch July 29, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants