Skip to content

Commit 75a0e68

Browse files
authored
Merge pull request #305 from Pierre-Gronau-ndaal/patch-24
Patch 24
2 parents f645467 + 5177471 commit 75a0e68

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- files/system/upstart.yaml: Added collection of system-wide and user-session Upstart configuration files [linux].
1919
- files/system/xdg_autostart.yaml: Added collection of system-wide and user-specific XDG autostart files [linux].
2020
- live_response/packages/0install.yaml: Added collection of the list of installed packages managed by Zero Install package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
21+
- live_response/packages/apk.yaml: Added collection of the list of installed packages managed by the apk package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
2122
- live_response/packages/conary.yaml: Added collection of the list of installed packages managed by the Conary package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
2223
- live_response/packages/dpkg.yaml: Updated to verify all packages to compare information about the installed files in the package with information about the files taken from the package metadata stored in the dpkg database [linux] ([mnrkbys](https://github.com/mnrkbys)).
2324
- 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)).
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 1.0
2+
condition: command_exists "apk"
3+
output_directory: /live_response/packages
4+
artifacts:
5+
-
6+
description: Display installed packages.
7+
supported_os: [linux]
8+
collector: command
9+
command: apk info -vv
10+
output_file: apk_info_-vv.txt

0 commit comments

Comments
 (0)