Skip to content

Commit

Permalink
adds build version to finished scanning log (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed May 1, 2024
1 parent 7bd1fb1 commit d92289d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ func run(state overseer.State) {
"verified_secrets", metrics.VerifiedSecretsFound,
"unverified_secrets", metrics.UnverifiedSecretsFound,
"scan_duration", metrics.ScanDuration.String(),
"trufflehog_version", version.BuildVersion,
)

if *printAvgDetectorTime {
Expand Down

0 comments on commit d92289d

Please sign in to comment.