Procházet zdrojové kódy

add url for config

Zachary před 3 roky
rodič
revize
5ae1023aa3
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -267,7 +267,8 @@ title = "Gitleaks title"
 # and can contain duplicates.
 # and can contain duplicates.
 # useDefault and path can NOT be used at the same time. Choose one.
 # useDefault and path can NOT be used at the same time. Choose one.
 [extend]
 [extend]
-# useDefault will extend the base configuration with the default gitleaks config
+# useDefault will extend the base configuration with the default gitleaks config:
+# https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
 useDefault = true
 useDefault = true
 # or you can supply a path to a configuration. Path is relative to where gitleaks
 # or you can supply a path to a configuration. Path is relative to where gitleaks
 # was invoked, not the location of the base config. This is a bit clunky.
 # was invoked, not the location of the base config. This is a bit clunky.