Skip to main content

run_external_verification

Function run_external_verification 

Source
pub fn run_external_verification(cmd: &str, project_root: &Path) -> bool
Expand description

Run one explicitly operator-approved external verification command.

sh -c is intentional because probes may contain pipelines. The caller must source cmd from external_verify_commands and first require external_verification_approval. Spawn failures and non-zero exits fail closed.