4
0
Fork 0

added gitleaks plugin

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-08-07 16:39:44 +01:00
parent c5cd1a8487
commit 05f8889aae
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -36,6 +36,13 @@ repos:
args: ['--baseline', '.config/.secrets.baseline']
exclude: package.lock.json
- repo: https://github.com/gitleaks/gitleaks
rev: v8.17.0
hooks:
- id: gitleaks
args: ['--baseline-path','.config/.gitleaks-report.json']
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.17.2
hooks: