|
|
@@ -26,7 +26,6 @@ type Options struct {
|
|
|
ConfigPath string `short:"c" long:"config-path" description:"Path to config"`
|
|
|
RepoConfigPath string `long:"repo-config-path" description:"Path to gitleaks config relative to repo root"`
|
|
|
ClonePath string `long:"clone-path" description:"Path to clone repo to disk"`
|
|
|
- CleanUp string `long:"clone-cleanup" description:"Deletes cloned repo after scan"`
|
|
|
Version bool `long:"version" description:"Version number"`
|
|
|
Username string `long:"username" description:"Username for git repo"`
|
|
|
Password string `long:"password" description:"Password for git repo"`
|