forked from ansible-lockdown/RHEL9-CIS
added gitleaks plugin
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c5cd1a8487
commit
05f8889aae
1 changed files with 7 additions and 0 deletions
|
|
@ -36,6 +36,13 @@ repos:
|
||||||
args: ['--baseline', '.config/.secrets.baseline']
|
args: ['--baseline', '.config/.secrets.baseline']
|
||||||
exclude: package.lock.json
|
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
|
- repo: https://github.com/ansible-community/ansible-lint
|
||||||
rev: v6.17.2
|
rev: v6.17.2
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue