[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](https://github.com/Yelp/detect-secrets/compare/v1.4.0...v1.5.0)
- [github.com/gitleaks/gitleaks: v8.18.2 → v8.18.3](https://github.com/gitleaks/gitleaks/compare/v8.18.2...v8.18.3)
- [github.com/ansible-community/ansible-lint: v24.2.2 → v24.5.0](https://github.com/ansible-community/ansible-lint/compare/v24.2.2...v24.5.0)
This commit is contained in:
pre-commit-ci[bot] 2024-06-03 17:46:46 +00:00 committed by GitHub
parent 79e36d8736
commit 4ca7b17c6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,20 +30,20 @@ repos:
# Scan for passwords
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: [ '--baseline', '.config/.secrets.baseline' ]
exclude: .config/.gitleaks-report.json
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
rev: v8.18.3
hooks:
- id: gitleaks
args: ['--baseline-path', '.config/.gitleaks-report.json']
- repo: https://github.com/ansible-community/ansible-lint
rev: v24.2.2
rev: v24.5.0
hooks:
- id: ansible-lint
name: Ansible-lint