From 689e0d7ee93f055563bb55969e7ebcd6d98f1c79 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Wed, 2 Oct 2024 11:05:59 -0500 Subject: [PATCH] Add missing backslash --- .github/workflows/secrets-detection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secrets-detection.yaml b/.github/workflows/secrets-detection.yaml index d37dc0f..cc32530 100644 --- a/.github/workflows/secrets-detection.yaml +++ b/.github/workflows/secrets-detection.yaml @@ -54,7 +54,7 @@ jobs: --exclude-files 'venv' \ --exclude-files 'dist' \ --exclude-files 'build' \ - --exclude-files '.*\.egg-info' + --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