|
|
|
|
|
by anshumankmr
471 days ago
|
|
how can it upload a .env when its there in .gitignore? even if you go and remove the entry of .env from .gitignore, it doesn't start getting tracked right? but yeah there should be some commit hook that rejects a commit like this for obvious non starters like a .env or credentials.yaml or something (UNLESS the dev explicitly goes and toggles that setting to be off) |
|
Regardless of whether it actually makes a commit with the secret, it's still being leaked.