Rename bin/gitleaks to gitleaks-audit
to prevent script recursion if bin is in user's $PATH
This commit is contained in:
committed by
Jason Zimdars
parent
d46761d89c
commit
fced0a48ee
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user