From bb49129d3117245fe4fb60ece76fe11a8817affb Mon Sep 17 00:00:00 2001 From: David Allen Date: Tue, 13 Aug 2024 16:48:34 -0600 Subject: [PATCH] Changed showing target host to use debug instead of verbose flag --- cmd/scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/scan.go b/cmd/scan.go index 8aab3e8..b0ed529 100644 --- a/cmd/scan.go +++ b/cmd/scan.go @@ -144,7 +144,7 @@ var scanCmd = &cobra.Command{ Debug: debug, }) - if len(foundAssets) > 0 && verbose { + if len(foundAssets) > 0 && debug { log.Info().Any("assets", foundAssets).Msgf("found assets from scan") }