Loading pkgs/tools/security/threatest/default.nix +12 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , installShellFiles }: buildGoModule rec { Loading @@ -17,6 +18,17 @@ buildGoModule rec { proxyVendor = true; vendorHash = "sha256-UQ3GPSv7P4+oMvcu4eFlosnw0TQxG33ptlMTQA/5Lkw="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd threatest \ --bash <($out/bin/threatest completion bash) \ --fish <($out/bin/threatest completion fish) \ --zsh <($out/bin/threatest completion zsh) ''; meta = with lib; { description = "Framework for end-to-end testing threat detection rules"; homepage = "https://github.com/DataDog/threatest"; Loading Loading
pkgs/tools/security/threatest/default.nix +12 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , installShellFiles }: buildGoModule rec { Loading @@ -17,6 +18,17 @@ buildGoModule rec { proxyVendor = true; vendorHash = "sha256-UQ3GPSv7P4+oMvcu4eFlosnw0TQxG33ptlMTQA/5Lkw="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd threatest \ --bash <($out/bin/threatest completion bash) \ --fish <($out/bin/threatest completion fish) \ --zsh <($out/bin/threatest completion zsh) ''; meta = with lib; { description = "Framework for end-to-end testing threat detection rules"; homepage = "https://github.com/DataDog/threatest"; Loading