preflight gating
This commit is contained in:
parent
4f8d8a1f52
commit
18299b03aa
7 changed files with 157 additions and 5 deletions
|
|
@ -182,6 +182,11 @@ package `artifact_manifest`.
|
|||
If a Python runner raises an exception, the core converts that failure into
|
||||
`infrastructure_error` evidence so the assessment package remains complete.
|
||||
|
||||
Preflight runners are gates. If an extension preflight returns `fail`, `blocked`,
|
||||
or `infrastructure_error`, downstream check groups for that extension are not
|
||||
executed; they receive `blocked` evidence with `blocked_reason:
|
||||
preflight_failed`.
|
||||
|
||||
## Result Statuses
|
||||
|
||||
Initial statuses:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue