diff --git a/README.md b/README.md index 50cfbe6652f50b16814c26f79b01da4ef2c7a964..6305b3cf3623eb3218f27bf5a096cdade917dda2 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ Here is how this GitLab CI template chooses the Gitleaks rules to use: 1. It first looks for a `.gitleaks.toml` file at the root of your project repository. 2. If not found, it uses the `.toml` file specified with the `$GITLEAKS_RULES` variable. -3. If not specified, [default Gitleaks rules] (https://github.com/zricethezav/gitleaks/blob/master/config/default.go) are used. +3. If not specified, [default Gitleaks rules] (https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml) are used.