lucy: add trivy

This commit is contained in:
Vivian 2023-05-09 08:58:10 +02:00
parent ac3640c4fc
commit d8c7508db2
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 = [ ];