-
-
Save LaurentFough/9d49609a7fe53b3a8fe7dd5105a95907 to your computer and use it in GitHub Desktop.
Pacman post transaction hook to list vulnerable packages base on Arch CVE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Trigger] | |
Operation = Install | |
Operation = Upgrade | |
Operation = Remove | |
Type = Package | |
Target = * | |
[Action] | |
Depends = curl | |
Depends = openssl | |
Depends = arch-audit | |
When = PostTransaction | |
Exec = /usr/bin/arch-audit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment