Skip to main content

detect_removed_security_steps

Function detect_removed_security_steps 

Source
pub fn detect_removed_security_steps(base: &str, head: &str) -> Vec<String>
Expand description

Detect removed security CI steps: a line invoking a security scanner / audit step that was present in base but is gone in head. Scoped to CI files by the caller; here we count net-removed scanner-invoking lines.