Remove unnecessary insecure flag

Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
This commit is contained in:
Ben McDonald 2025-07-03 13:04:19 -07:00
parent 488ad241f6
commit 7988ed6b9f
No known key found for this signature in database

View file

@ -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.