From 450a4207f6bec5ce3557193bc80b1d8c368627de Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:46:07 +0300 Subject: [PATCH] Ensure secrets are not commited into the repository --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7ea0de..26fea52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,3 +27,7 @@ repos: - id: forbid-binary exclude: ^\.local/share/jupyter/kernels/python3\.12/logo- - id: shellcheck +- repo: https://github.com/Yelp/detect-secrets + rev: v1.4.0 + hooks: + - id: detect-secrets