Add gitleaks from main

This commit is contained in:
Jorge Manrubia
2025-11-28 12:17:19 +01:00
parent 3223ba53c3
commit efe3070499
+1
View File
@@ -13,6 +13,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-audit"
if Fizzy.saas?
step "Tests: SaaS", "#{SAAS_ENV} bin/rails test:all"