{
"time": 1,
"host": "<string>",
"source": "<string>",
"sourcetype": "SCAN_STARTED",
"event": {
"timestamp": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>"
},
"metadata": {
"alertId": "<string>",
"cveId": "<string>",
"summary": "<string>",
"totalAffectedCount": 1,
"affectedIssuesShown": 10,
"hasMoreThan20": true,
"description": "<string>",
"severity": 123,
"aliases": [
"<string>"
],
"references": [
"<string>"
],
"affectedRepositoryIds": [
"<string>"
],
"affectedIssues": [
{
"id": "<string>",
"url": "<string>",
"repositoryId": "<string>",
"scanId": "<string>",
"repositoryName": "<string>",
"score": 123,
"uiLink": "<string>"
}
]
},
"repository": {
"id": "<string>",
"name": "<string>"
},
"scan": {
"id": "<string>",
"type": "<string>",
"status": "started",
"url": "<string>",
"duration_minutes": 1,
"vulnerability_summary": {
"total": 1,
"by_severity": {
"critical": 1,
"high": 1,
"medium": 1,
"low": 1,
"info": 1
}
}
},
"audit_log": {
"id": "<string>",
"endpoint": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"arguments": "<unknown>",
"caller": {
"id": "<string>",
"email": "<string>"
}
},
"error": "<string>",
"vulnerability": {
"id": "<string>",
"url": "<string>",
"alertId": "<string>",
"packageIdentifier": "<string>",
"summary": "<string>",
"description": "<string>",
"severity": 123,
"totalAffectedCount": 1,
"affectedIssues": [
{
"id": "<string>",
"url": "<string>",
"repositoryId": "<string>",
"repositoryName": "<string>",
"scanId": "<string>",
"score": 123,
"uiLink": "<string>"
}
]
}
}
}Webhook event SCA_NEW_CVE
{
"time": 1,
"host": "<string>",
"source": "<string>",
"sourcetype": "SCAN_STARTED",
"event": {
"timestamp": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>"
},
"metadata": {
"alertId": "<string>",
"cveId": "<string>",
"summary": "<string>",
"totalAffectedCount": 1,
"affectedIssuesShown": 10,
"hasMoreThan20": true,
"description": "<string>",
"severity": 123,
"aliases": [
"<string>"
],
"references": [
"<string>"
],
"affectedRepositoryIds": [
"<string>"
],
"affectedIssues": [
{
"id": "<string>",
"url": "<string>",
"repositoryId": "<string>",
"scanId": "<string>",
"repositoryName": "<string>",
"score": 123,
"uiLink": "<string>"
}
]
},
"repository": {
"id": "<string>",
"name": "<string>"
},
"scan": {
"id": "<string>",
"type": "<string>",
"status": "started",
"url": "<string>",
"duration_minutes": 1,
"vulnerability_summary": {
"total": 1,
"by_severity": {
"critical": 1,
"high": 1,
"medium": 1,
"low": 1,
"info": 1
}
}
},
"audit_log": {
"id": "<string>",
"endpoint": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"arguments": "<unknown>",
"caller": {
"id": "<string>",
"email": "<string>"
}
},
"error": "<string>",
"vulnerability": {
"id": "<string>",
"url": "<string>",
"alertId": "<string>",
"packageIdentifier": "<string>",
"summary": "<string>",
"description": "<string>",
"severity": 123,
"totalAffectedCount": 1,
"affectedIssues": [
{
"id": "<string>",
"url": "<string>",
"repositoryId": "<string>",
"repositoryName": "<string>",
"scanId": "<string>",
"score": 123,
"uiLink": "<string>"
}
]
}
}
}Unix epoch seconds
x >= 0Type of event being delivered. Matches internal NotificationEventType.
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_CVE"Show child attributes
OK