Skip to content

Commit

Permalink
Merge pull request #330 from ansible-lockdown/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
uk-bolly authored Nov 9, 2023
2 parents 1a990e7 + 2dffa75 commit 53f646b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https:/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
# Safety
- id: detect-aws-credentials
Expand Down Expand Up @@ -37,14 +37,14 @@ repos:
exclude: package.lock.json

- repo: https:/gitleaks/gitleaks
rev: v8.17.0
rev: v8.18.0
hooks:
- id: gitleaks
args: ['--baseline-path', '.config/.gitleaks-report.json']
exclude: .config/.secrets.baseline

- repo: https:/ansible-community/ansible-lint
rev: v6.17.2
rev: v6.22.0
hooks:
- id: ansible-lint
name: Ansible-lint
Expand Down

0 comments on commit 53f646b

Please sign in to comment.