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
currently git plugin mechanism does not scan staging files, and allow committing them.
To add this support, we need to add a flag to the git plugin. I still don't know if the flag will be --staged or --include-staged, it depends on the implementation.
We implemented the git plugin based on the gitleaks implementation of reading the git log output. Need to see how they implemented their protect command and add it here.
The text was updated successfully, but these errors were encountered:
currently git plugin mechanism does not scan staging files, and allow committing them.
To add this support, we need to add a flag to the
git
plugin. I still don't know if the flag will be--staged
or--include-staged
, it depends on the implementation.We implemented the
git
plugin based on the gitleaks implementation of reading thegit log
output. Need to see how they implemented theirprotect
command and add it here.The text was updated successfully, but these errors were encountered: