From 639bb2d44d042179b9037f09211575bb6161595d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 1 Nov 2019 13:19:31 +0200 Subject: [PATCH] Add detect-secret pre-commit hook. --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33bf83f..df261f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -83,3 +83,7 @@ repos: hooks: - id: bandit exclude: *excluded_pythonscripts + - repo: https://github.com/Yelp/detect-secrets + rev: v0.13.0 + hooks: + - id: detect-secrets -- GitLab