{
"time": 1,
"host": "<string>",
"source": "<string>",
"sourcetype": "PR_MERGED_WITH_ISSUES",
"event": {
"timestamp": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>"
},
"scan": {
"id": "<string>",
"type": "<string>",
"url": "<string>",
"duration_minutes": 1
},
"metadata": {
"prUrl": "<string>",
"targetBranch": "<string>",
"prNumber": 123,
"prTitle": "<string>",
"mergedBy": "<string>",
"vulnerabilityIds": [
"<string>"
],
"vulnerabilities": [
{
"id": "<string>",
"url": "<string>"
}
]
},
"error": "<string>"
}
}API Reference
Pr merged with issues
Webhook event PR_MERGED_WITH_ISSUES
WEBHOOK
PR_MERGED_WITH_ISSUES
{
"time": 1,
"host": "<string>",
"source": "<string>",
"sourcetype": "PR_MERGED_WITH_ISSUES",
"event": {
"timestamp": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>"
},
"scan": {
"id": "<string>",
"type": "<string>",
"url": "<string>",
"duration_minutes": 1
},
"metadata": {
"prUrl": "<string>",
"targetBranch": "<string>",
"prNumber": 123,
"prTitle": "<string>",
"mergedBy": "<string>",
"vulnerabilityIds": [
"<string>"
],
"vulnerabilities": [
{
"id": "<string>",
"url": "<string>"
}
]
},
"error": "<string>"
}
}Body
application/json
Unix epoch seconds
Required range:
x >= 0Type of event being delivered. Matches internal NotificationEventType.
Available options:
SCAN_STARTED, SCAN_COMPLETE, PR_SCAN_STARTED, PR_SCAN_COMPLETE, NEW_VULNERABILITIES_PR, NEW_VULNERABILITIES_FULL_SCAN, VULNERABILITY_PATCHED, VULNERABILITY_REOPENED, AUDIT_LOG_EVENT, SCAN_FAILED, SCAN_SCHEDULED, LONG_RUNNING_SCAN, PR_BLOCKED, PR_MERGED_WITH_ISSUES, REPORT_COMPLETE, SCA_NEW_CVE, SCA_NEW_ISSUE, INBOUND_WEBHOOK, PATCH_PR_DENIED, VULNERABILITY_STATUS_CHANGED, SCA_SCAN_COMPLETE, SCA_SCAN_STARTED, SCA_SCAN_FAILED, REPO_ADDED, RUNTIME_VALIDATION_FINISHED, RUNTIME_VALIDATION_EXPLOITABLE, RUNTIME_VALIDATION_NOT_EXPLOITABLE, RUNTIME_VALIDATION_UNABLE, CONTAINER_SCAN_STARTED, CONTAINER_SCAN_COMPLETE, CONTAINER_NEW_ISSUE, ISSUE_AGED_PAST_THRESHOLD, SLA_BURN_RATE_HIGH Allowed value:
"PR_MERGED_WITH_ISSUES"Show child attributes
Show child attributes
Response
200
OK
Was this page helpful?