about summary refs log tree commit diff
path: root/pkgs/tools/security/kube-hunter
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-07-29 08:39:02 +0100
committer06kellyjac <dev@j-k.io>2022-07-29 08:39:02 +0100
commit8c4c8a390ad74153705174f41eb6e5d9acef46b0 (patch)
tree7fc998428d602586e7c99021f6c48b2088d9d509 /pkgs/tools/security/kube-hunter
parent2a93ea177c3d7700b934bf95adfe00c435f696b8 (diff)
kube-hunter: trim unnecessary dependency
Diffstat (limited to 'pkgs/tools/security/kube-hunter')
-rw-r--r--pkgs/tools/security/kube-hunter/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/security/kube-hunter/default.nix b/pkgs/tools/security/kube-hunter/default.nix
index d9ef1f3825215..e082b3d217e8b 100644
--- a/pkgs/tools/security/kube-hunter/default.nix
+++ b/pkgs/tools/security/kube-hunter/default.nix
@@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
   propagatedBuildInputs = with python3.pkgs; [
     netaddr
     netifaces
-    scapy
     requests
     prettytable
     urllib3