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