mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
7b7f581d58
* Bump zricethezav/gitleaks from v8.8.12 to v8.13.0 Bumps zricethezav/gitleaks from v8.8.12 to v8.13.0. --- updated-dependencies: - dependency-name: zricethezav/gitleaks dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Extend the default gitleaks configuration Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
7 lines
212 B
TOML
7 lines
212 B
TOML
|
|
title = "gitleaks config"
|
|
|
|
[extend]
|
|
# useDefault will extend the base configuration with the default gitleaks config:
|
|
# https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
|
|
useDefault = true
|