Update Jenkinsfile

This commit is contained in:
2026-02-19 11:19:32 +09:00
parent 8c7de13f79
commit 82c78f2540

2
Jenkinsfile vendored
View File

@@ -95,7 +95,7 @@ pipeline {
# Detect Secrets - Hardcoded secrets scan # Detect Secrets - Hardcoded secrets scan
detect-secrets scan \ detect-secrets scan \
--exclude-files '\.git/.*' \ --exclude-files '.git/.*' \
--output-format=json \ --output-format=json \
> secrets-report.json || true > secrets-report.json || true
''' '''