repolens 1.4.0

A CLI tool to audit and prepare repositories for open source or enterprise standards
Documentation
1
2
3
4
5
//! Pattern definitions for secret detection

mod secrets;

pub use secrets::SECRET_PATTERNS;