submit_functional_tests
Submit evidence assertions to verify functional tests in CI, linking each assertion to a threat model and test ID.
Instructions
Submit evidence assertions for a functional test (verified in CI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| server_version | Yes | ||
| assertions_json | Yes | JSON array of assertions, each {"type": "test_passes"|..., "params": {...}, "description": "...", "repo": "<owner>/<repo>"}. Each assertion must carry an explicit repo (or the "no_repo" sentinel). | |
| functional_test_id | Yes | The functional test the assertions prove. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||