Skip to content

Commit

Permalink
Merge pull request #309 from Pierre-Gronau-ndaal/patch-26
Browse files Browse the repository at this point in the history
Update snap.yaml
  • Loading branch information
tclahr authored Jan 14, 2025
2 parents 3b64673 + b2cdae9 commit 6df0c09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- live_response/packages/package_owns_file.yaml: Added collection of which installed package owns a specific file or command. Note that this artifact is resource-intensive and time-consuming to execute, so it is disabled by default in all profiles [linux] ([mnrkbys](https://github.com/mnrkbys)).
- live_response/packages/paludis.yaml: Added collection of the list of installed packages managed by the Paludis package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
- live_response/packages/portage.yaml: Added the collection of installed package lists using the Portage package management system [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
- live_response/packages/snap.yaml: Updated collection to display installed packages including all revisions [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
- live_response/storage/findmnt.yaml: Added JSON output format for listing all mounted file systems [linux] ([mnrkbys](https://github.com/mnrkbys)).
- live_response/storage/lsblk.yaml: Added JSON output format for listing block devices [linux] ([mnrkbys](https://github.com/mnrkbys)).
- live_response/system/coredump.yaml: Added collection of core dump files information [linux] ([mnrkbys](https://github.com/mnrkbys)).
Expand Down
7 changes: 6 additions & 1 deletion artifacts/live_response/packages/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ artifacts:
collector: command
command: snap list
output_file: snap_list.txt

-
description: Display installed Snap packages including all revisions.
supported_os: [linux]
collector: command
command: snap list --all
output_file: snap_list_--all.txt

0 comments on commit 6df0c09

Please sign in to comment.