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
If you have a provider that only produces "\n" and another provider that produces patterns, a blank line will be added to the list of patterns causing every line to be matched and every file to fail to verify. This causes issues particularly when git secrets --aws-provider produces no output.
Example config
[secrets]
providers = echo
providers = echo bad
The text was updated successfully, but these errors were encountered:
If you have a provider that only produces "\n" and another provider that produces patterns, a blank line will be added to the list of patterns causing every line to be matched and every file to fail to verify. This causes issues particularly when
git secrets --aws-provider
produces no output.Example config
The text was updated successfully, but these errors were encountered: