lucy: add trivy

This commit is contained in:
Vivian 2023-05-09 08:58:10 +02:00
parent 4192230ab8
commit 3fa8e60133
2 changed files with 19 additions and 19 deletions

View file

@ -36,7 +36,7 @@ in {
system.stateVersion = "23.05"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ gcc go jq rustup nuclei-latest ];
environment.systemPackages = with pkgs; [ gcc go jq rustup trivy nuclei-latest ];
networking.firewall.allowedTCPPorts = [ ];