diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd4894a..e5e1f58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,5 @@ repos: -- repo: https://github.com/Yelp/detect-secrets.git - rev: v0.12.4 +- repo: https://github.com/jenkins-x/jx-docs.git + rev: main hooks: - id: detect-secrets - args: ['--baseline', '.secrets.baseline'] - exclude: .*/tests/.*