updated secrets check

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Mark Bolwell 2023-08-09 09:19:18 +01:00 committed by Ionut Pruteanu
parent 222327d5cc
commit 7cf9e157f0
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569

View file

@ -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