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
Prevents agents and contributors from accidentally committing secrets:
- .pre-commit-config.yaml: gitleaks + detect-private-key hooks (local)
- .github/workflows/secret-scan.yml: gitleaks action on PRs and pushes (CI)
- .gitignore: global patterns for .env, keys, certs, credentials, keystores
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments