Exit codes¶
| Code | Name | Meaning |
|---|---|---|
| 0 | CLEAN |
Everything declared, no open findings. |
| 1 | FINDINGS |
Open findings or gate failures. Not reachable yet (later milestone). |
| 2 | STALE_ATTESTATION |
An attestation is out of date. Not reachable yet (later milestone). |
| 3 | DECLARATION_ERROR |
The declarations themselves are wrong: missing/malformed manifest, image without a compliance folder under --strict, nothing declared under --strict, ... |
| 4 | TOOL_ERROR |
model-wtf itself crashed; the result says nothing about the repo. |