diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75a6a61984..587d4c27f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: - repo: git@github.com:Yelp/detect-secrets - rev: v0.13.1 + rev: v1.1.0 hooks: - id: detect-secrets args: ['--baseline', '.secrets.baseline'] exclude: poetry.lock - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v3.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: no-commit-to-branch args: [--branch, develop, --branch, master, --pattern, release/.*] - repo: https://github.com/psf/black - rev: stable + rev: 21.4b2 hooks: - id: black diff --git a/.secrets.baseline b/.secrets.baseline index 92afe5d411..315ef0df2a 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.1.0", "plugins_used": [ { "name": "ArtifactoryDetector" @@ -87,6 +87,15 @@ }, { "path": "detect_secrets.filters.heuristic.is_templated_secret" + }, + { + "path": "detect_secrets.filters.heuristic.is_lock_file" + }, + { + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" + }, + { + "path": "detect_secrets.filters.heuristic.is_swagger_file" } ], "results": {