diff --git a/Jenkinsfile b/Jenkinsfile index 4006bea..d2d4c4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { # Detect Secrets - Hardcoded secrets scan detect-secrets scan \ - --exclude-files '\.git/.*' \ + --exclude-files '.git/.*' \ --output-format=json \ > secrets-report.json || true '''