Changed showing target host to use debug instead of verbose flag

This commit is contained in:
David Allen 2024-08-13 16:48:34 -06:00
parent dc07b5396b
commit bb49129d31
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -144,7 +144,7 @@ var scanCmd = &cobra.Command{
Debug: debug, Debug: debug,
}) })
if len(foundAssets) > 0 && verbose { if len(foundAssets) > 0 && debug {
log.Info().Any("assets", foundAssets).Msgf("found assets from scan") log.Info().Any("assets", foundAssets).Msgf("found assets from scan")
} }