Stop leaks. Safeguard your secrets with GitGuardian. GitGuardian actively prevents accidental exposure of sensitive information in your code, allowing you to code confidently and maintain the integrity of your data.
When saving any file ignored in the .gitguardian.yaml, the extension tries to scan it, resulting in a ggshield error : "An ignored file or directory cannot be scanned".
We should probably not display errors during the extension's normal use.
This MR filters this error and prevents displaying an error to the user.
When saving any file ignored in the
.gitguardian.yaml
, the extension tries to scan it, resulting in a ggshield error : "An ignored file or directory cannot be scanned".We should probably not display errors during the extension's normal use.
This MR filters this error and prevents displaying an error to the user.