Rename bin/gitleaks to gitleaks-audit

to prevent script recursion if bin is in user's $PATH
This commit is contained in:
Mike Dalessio
2025-11-26 21:32:38 -05:00
parent a83735d434
commit f0b2603ba4
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -8,7 +8,7 @@ CI.run do
step "Security: Gem audit", "bin/bundler-audit check --update"
step "Security: Importmap audit", "bin/importmap audit"
step "Security: Brakeman audit", "bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error"
step "Security: Gitleaks audit", "bin/gitleaks"
step "Security: Gitleaks audit", "bin/gitleaks-audit"
step "Tests: Rails: SaaS config", "bin/rails test"
step "Tests: Rails: OSS config", "OSS_CONFIG=1 bin/rails test"