From 82c78f254069afc5e984abeeda0323b5e07a5b6c Mon Sep 17 00:00:00 2001 From: joungmin Date: Thu, 19 Feb 2026 11:19:32 +0900 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '''