create_test
Create a new test in DefectDojo to track security assessments. Specify engagement, test type, start/end dates, and optional details like title, description, and tags.
Instructions
Create a new test.
Args: engagement_id: Engagement ID this test belongs to test_type_id: Test type ID target_start: Target start datetime (YYYY-MM-DD or ISO format) target_end: Target end datetime title: Test title description: Test description lead_id: Lead user ID environment_id: Environment ID version: Version string branch_tag: Branch or tag build_id: Build identifier commit_hash: Commit hash tags: List of tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| lead_id | No | ||
| version | No | ||
| build_id | No | ||
| branch_tag | No | ||
| target_end | Yes | ||
| commit_hash | No | ||
| description | No | ||
| target_start | Yes | ||
| test_type_id | Yes | ||
| engagement_id | Yes | ||
| environment_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||