pub fn entries_to_patterns(entries: &[SecretEntry]) -> PatternCompileResultExpand description
Convert parsed SecretEntrys into compiled ScanPatterns.
Invalid entries (e.g. bad regex) are collected as errors and returned alongside the successfully compiled patterns.