diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f99fa9969fd6de9b882f74000825598584e669b..9c6aa3864f2b1687ab18375de0c32a37f218a11f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,3 +30,7 @@ repos: hooks: - id: hadolint - id: docker-compose + - repo: https://github.com/Yelp/detect-secrets + rev: v0.13.0 + hooks: + - id: detect-secrets