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
git-secrets scan commit messages and files to detect senstive information. Add it as pre-commit hooks(?).
The idea here is to use git-secrets to prevent secrets leak.
Can be added as a merge-request validation job which prevent pull request with senstive information to be merged into the main branch for example.
More possibilities to explore here.