forked from ansible-lockdown/RHEL9-CIS
updated secrets check
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
d79fe8fa04
commit
ae64060868
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ repos:
|
||||||
rev: v1.4.0
|
rev: v1.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: detect-secrets
|
- id: detect-secrets
|
||||||
args: ['--baseline', '.config/.secrets.baseline']
|
args: [ '--baseline', '.config/.secrets.baseline' ]
|
||||||
exclude: package.lock.json
|
exclude: .config/.gitleaks-report.json
|
||||||
|
|
||||||
- repo: https://github.com/gitleaks/gitleaks
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
rev: v8.17.0
|
rev: v8.17.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue