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
changed secretRules type and refactored filterSecrets
- The method setSecretRules can now receive an object, a string and an
array of string and/or objects, then it will try to standardize the
rules to the following structure:
[
{
name: 'rule_name', // optional
pattern: /pattern/ // required
}
]
- Refactored filterSecrets to use the new secretRules types, changed the
exception from string to Error type and the error message is a template
string now;
0 commit comments