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
A rule file that fails to be parsed can produce an error that looks like this:
Configuring Seekret
yaml: unmarshal errors:
line 1: cannot unmarshal !!str Not Found into seekret.ruleYaml
Would be nice to handle failed rule files with a try...catch in such a way that their failure to be parsed did the following:
named the culprit rule file(s)
did not make git-seekrets hard fail
contained a link to where or how to get the most updated/best/fixed rules
A rule file that fails to be parsed can produce an error that looks like this:
Configuring Seekret
yaml: unmarshal errors:
line 1: cannot unmarshal !!str
Not Foundinto seekret.ruleYamlWould be nice to handle failed rule files with a try...catch in such a way that their failure to be parsed did the following: