Add trusted auto-approval migration inventory
This commit is contained in:
parent
a2c8ba9442
commit
de8d184a4b
11 changed files with 381 additions and 3 deletions
|
|
@ -524,6 +524,21 @@ class ReviewDecisionResponse(BaseModel):
|
|||
decision_kind: str = "other"
|
||||
|
||||
|
||||
class TrustedAutoApprovalMigrationRecordResponse(BaseModel):
|
||||
repository_id: int
|
||||
repository_name: str
|
||||
repository_url: str
|
||||
repository_status: str
|
||||
analysis_run_id: int | None
|
||||
analysis_run_status: str
|
||||
scanner_version: str
|
||||
review_decision_id: int
|
||||
decision_created_at: str
|
||||
notes: str
|
||||
current_approved_ability_count: int
|
||||
recommended_next_step: str
|
||||
|
||||
|
||||
class QualityCriterionResponse(BaseModel):
|
||||
id: str
|
||||
title: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue