diff --git a/.github/workflows/secrets-detection.yaml b/.github/workflows/secrets-detection.yaml index e3321a0..b9e4c39 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