Username/Password fields on analyse repo mask
This commit is contained in:
parent
345aeaf353
commit
64be789b13
5 changed files with 32 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue