From 7988ed6b9fcae896fe2e2393017c94a333dfef7b Mon Sep 17 00:00:00 2001 From: Ben McDonald Date: Thu, 3 Jul 2025 13:04:19 -0700 Subject: [PATCH] Remove unnecessary insecure flag Signed-off-by: Ben McDonald --- cmd/scan.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/scan.go b/cmd/scan.go index 2f1e932..d4c9788 100644 --- a/cmd/scan.go +++ b/cmd/scan.go @@ -24,7 +24,6 @@ var ( targetHosts [][]string disableProbing bool disableCache bool - insecure bool ) // The `scan` command is usually the first step to using the CLI tool.