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
This commit adds a pre-commit configuration that includes git-leaks
to automatically scan for secrets and sensitive information before
each commit. This helps prevent accidental commits of API keys,
passwords, and other sensitive data.
Features:
- Automatic secret detection using git-leaks v8.28.0
- Verbose output for transparency
- Redacted output to avoid exposing secrets in logs
- Runs on every commit to ensure security compliance
0 commit comments