pub async fn execute_security_plan( client: &Client, plans: &[RepoPlan], audit_log: &AuditLog, ) -> Result<ExecutionReport>
Execute a security plan, applying changes repo by repo.