Skip to content

codeintel: handle -insecure-skip-verify in SCIP endpoint detection

Erik Seliger requested to merge nsc/insecure-scip-verify into main

Created by: Strum355

Previously, we were doing SCIP detection before parsing cli flags. As SCIP detection makes a HTTP request, this meant it wasnt configured with the (global 😬) API client flags

Test plan

Ran manually to confirm flag is picked up at the correct time with print statements

Merge request reports

Loading