-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When you get too excited and prematurely push or commit code, it can result in issues such as password leaks or CI failures. Most of our CI failures are trivial, often caused by forgetting to run the appropriate formatting or tests before pushing. Implementing a pre-commit hook can help prevent these common mistakes.
There are a few options we can consider.
- pre-commit (create our hooks)
- talisman (detects passwords, etc.)
- gitleaks (detects passwords, etc.)
Metadata
Metadata
Assignees
Labels
No labels