def _process_functions(plan): handler = functions.plan_evaluation_handler(plan) scan.scan_service_template(plan, handler, replace=True)
def _process_functions(plan, runtime_only_evaluation=False): handler = functions.plan_evaluation_handler(plan, runtime_only_evaluation) scan.scan_service_template( plan, handler, replace=True, search_secrets=True)