forked from ansible-lockdown/RHEL9-CIS
Merge pull request #207 from ansible-lockdown/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
b7261126d9
1 changed files with 3 additions and 3 deletions
|
|
@ -30,20 +30,20 @@ repos:
|
||||||
|
|
||||||
# Scan for passwords
|
# Scan for passwords
|
||||||
- repo: https://github.com/Yelp/detect-secrets
|
- repo: https://github.com/Yelp/detect-secrets
|
||||||
rev: v1.4.0
|
rev: v1.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: detect-secrets
|
- id: detect-secrets
|
||||||
args: [ '--baseline', '.config/.secrets.baseline' ]
|
args: [ '--baseline', '.config/.secrets.baseline' ]
|
||||||
exclude: .config/.gitleaks-report.json
|
exclude: .config/.gitleaks-report.json
|
||||||
|
|
||||||
- repo: https://github.com/gitleaks/gitleaks
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
rev: v8.18.2
|
rev: v8.18.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: gitleaks
|
- id: gitleaks
|
||||||
args: ['--baseline-path', '.config/.gitleaks-report.json']
|
args: ['--baseline-path', '.config/.gitleaks-report.json']
|
||||||
|
|
||||||
- repo: https://github.com/ansible-community/ansible-lint
|
- repo: https://github.com/ansible-community/ansible-lint
|
||||||
rev: v24.2.2
|
rev: v24.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
name: Ansible-lint
|
name: Ansible-lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue