canina/.gitleaks.toml
parsaaghayi bd49fbc4a0
Some checks failed
Deploy Canina / deploy (push) Successful in 2m25s
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 7s
fix(security): remediate audit vulnerabilities SEC-001 through SEC-023
2026-09-23 23:00:25 +03:30

17 lines
362 B
TOML

# Gitleaks Configuration for Canina Iran Monorepo
title = "Canina Iran Gitleaks Config"
[extend]
useDefault = true
[allowlist]
description = "Global allowlist for example and mock files"
paths = [
'''^\.env\.example$''',
'''^backend/\.env\.example$''',
'''^frontend/application/\.env\.example$''',
'''node_modules/''',
'''\.next/''',
'''dist/'''
]