Skip to main content

scan_secrets

Function scan_secrets 

Source
pub fn scan_secrets(input: &str) -> Vec<&'static str>
Expand description

Returns the distinct credential categories detected in input (e.g. ["openai_key", "github_pat"]), or empty if none.