Username/Password fields on analyse repo mask

This commit is contained in:
tegwick 2026-04-28 00:21:03 +02:00
parent 345aeaf353
commit 64be789b13
5 changed files with 32 additions and 3 deletions

View file

@ -245,6 +245,8 @@ def create_analysis_run(
summary = service.analyze_repository(
repository_id,
source_path=payload.source_path,
access_username=payload.access_username,
access_password=payload.access_password,
)
except NotFoundError as exc:
raise HTTPException(status_code=404, detail=str(exc)) from exc