File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -554,22 +554,6 @@ func run(state overseer.State) {
554
554
logger .V (2 ).Info ("exiting with code 183 because results were found" )
555
555
os .Exit (183 )
556
556
}
557
-
558
- // Print results.
559
- logger .Info ("finished scanning" ,
560
- "chunks" , metrics .ChunksScanned ,
561
- "bytes" , metrics .BytesScanned ,
562
- "verified_secrets" , metrics .VerifiedSecretsFound ,
563
- "unverified_secrets" , metrics .UnverifiedSecretsFound ,
564
- "scan_duration" , metrics .ScanDuration .String (),
565
- "trufflehog_version" , version .BuildVersion ,
566
- )
567
-
568
- if metrics .hasFoundResults && * fail {
569
- logger .V (2 ).Info ("exiting with code 183 because results were found" )
570
- os .Exit (183 )
571
- }
572
-
573
557
}
574
558
575
559
func compareScans (ctx context.Context , cmd string , cfg engine.Config ) error {
You can’t perform that action at this time.
0 commit comments