4
0
Fork 0

Merge pull request #243 from ansible-lockdown/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
uk-bolly 2024-10-08 08:39:18 +01:00 committed by GitHub
commit fa374bd3de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# Safety
- id: detect-aws-credentials
@ -37,7 +37,7 @@ repos:
exclude: .config/.gitleaks-report.json
- repo: https://github.com/gitleaks/gitleaks
rev: v8.19.3
rev: v8.20.0
hooks:
- id: gitleaks
args: ['--baseline-path', '.config/.gitleaks-report.json']