zach rice 7 سال پیش
والد
کامیت
8de38be418
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      README.md
  2. 1 1
      main.go

+ 1 - 0
README.md

@@ -82,6 +82,7 @@ Application Options:
       --exclude-forks   exclude forks for organization/user audits
       --exclude-forks   exclude forks for organization/user audits
   -e, --entropy=        Include entropy checks during audit. Entropy scale: 0.0(no entropy) - 8.0(max entropy)
   -e, --entropy=        Include entropy checks during audit. Entropy scale: 0.0(no entropy) - 8.0(max entropy)
       --noise-reduction Reduce the number of finds when entropy checks are enabled
       --noise-reduction Reduce the number of finds when entropy checks are enabled
+      --repo-config     Load config from target repo. Config file must be ".gitleaks.toml"
   -l, --log=            log level
   -l, --log=            log level
   -v, --verbose         Show verbose output from gitleaks audit
   -v, --verbose         Show verbose output from gitleaks audit
       --report=         path to write report file
       --report=         path to write report file

+ 1 - 1
main.go

@@ -136,7 +136,7 @@ type entropyRange struct {
 }
 }
 
 
 const defaultGithubURL = "https://api.github.com/"
 const defaultGithubURL = "https://api.github.com/"
-const version = "1.22.0"
+const version = "1.23.0"
 const errExit = 2
 const errExit = 2
 const leakExit = 1
 const leakExit = 1
 const defaultConfig = `
 const defaultConfig = `