mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 15:14:38 +00:00
print banner to stderr
This commit is contained in:
parent
79496b8142
commit
0427a995d3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -141,7 +141,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if !*jsonLegacy && !*jsonOut {
|
if !*jsonLegacy && !*jsonOut {
|
||||||
fmt.Printf("🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷\n\n")
|
fmt.Fprintf(os.Stderr, "🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷\n\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
for r := range e.ResultsChan() {
|
for r := range e.ResultsChan() {
|
||||||
|
|
Loading…
Reference in a new issue