You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
In the .gitleaks.toml file, we are excluding all the test folders because they contain test users and passwords. One solution could be to create a fixtures folder and generate JSON files for the user credentials, loading them later in each test.
In the file .gitleaks.toml
-[allowlist]-paths = [- ".*src/test.*"-]+[allowlist]+# Only ignore generated cassettes; keep the rest of test code scanned+paths = ["tests/fixtures/.*\\.json$"]