trufflehog/pkg/sources/git
Cody Rose b7f08db1ef
Redact secret in git command output (#2539)
When we fail to clone a git repository we log the command output to help with diagnosis. However, this output can include credentials in certain cases (such as certain errors associated with redirects). We don't want to log credentials when this happens.
2024-03-06 11:51:35 -05:00
..
cmd_check.go [chore] - Compile regex once (#2176) 2023-12-07 07:26:27 -08:00
git.go Redact secret in git command output (#2539) 2024-03-06 11:51:35 -05:00
git_test.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
scan_options.go initial support for bare repositories (#1499) 2023-08-03 11:23:41 -05:00
unit.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
unit_test.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00