Skip to content

Commit

Permalink
Changed showing target host to use debug instead of verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Aug 13, 2024
1 parent dc07b53 commit bb49129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit bb49129

Please # to comment.