We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b126877 + 7789a2f commit a6210c5Copy full SHA for a6210c5
1 file changed
.pre-commit-config.yaml
@@ -37,14 +37,14 @@ repos:
37
exclude: .config/.gitleaks-report.json tasks/parse_etc_password
38
39
- repo: https://github.com/gitleaks/gitleaks
40
- rev: v8.29.1
+ rev: v8.30.0
41
hooks:
42
- id: gitleaks
43
args: ['--baseline-path', '.config/.gitleaks-report.json']
44
exclude: .config/.secrets.baseline
45
46
- repo: https://github.com/ansible-community/ansible-lint
47
- rev: v25.11.0
+ rev: v25.12.2
48
49
- id: ansible-lint
50
name: Ansible-lint
0 commit comments