From 7a735ee563e52a20a1518008a4ee151876a2150d Mon Sep 17 00:00:00 2001 From: Jordan Padams <33492486+jordanpadams@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:53:25 -0700 Subject: [PATCH] Update secrets-detection.yaml --- .github/workflows/secrets-detection.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/secrets-detection.yaml b/.github/workflows/secrets-detection.yaml index 85e939c..d37dc0f 100644 --- a/.github/workflows/secrets-detection.yaml +++ b/.github/workflows/secrets-detection.yaml @@ -55,6 +55,7 @@ jobs: --exclude-files 'dist' \ --exclude-files 'build' \ --exclude-files '.*\.egg-info' + --exclude-files '\.pre-commit-config.yaml' # if there is any difference between the known and newly detected secrets, break the build # Function to compare secrets without listing them