Skip to content
Snippets Groups Projects
Commit 0c3f2a1b authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch '21-a-way-to-add-rules-instead-of-replacing-existing-ones' into 'master'

Resolve "A way to add rules (instead of replacing existing ones)"

Closes #21

See merge request to-be-continuous/gitleaks!57
parents d66a0172 c1ca675d
No related branches found
No related tags found
No related merge requests found
......@@ -59,3 +59,6 @@ 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/gitleaks.toml) are used.
Your Gitleaks rule file can extend the default rules by using `[extend]` + `useDefault = true` as explained in the [Gitleaks documentation](https://github.com/gitleaks/gitleaks/blob/master/README.md#configuration)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment