Only the `scan_codebase` pipeline is using the `run_extractcode` pipe while every others pipelines are directly calling the extractcode function. The `run_extractcode` pipe is based on a subprocess call and there's no reasons to maintain both approaches.
Only the
scan_codebasepipeline is using therun_extractcodepipe while every others pipelines are directly calling the extractcode function.The
run_extractcodepipe is based on a subprocess call and there's no reasons to maintain both approaches.