Triggers a workflow on every new scan created.

Workflows based on this trigger will search for new events every 5 minutes.

Sample Event

{
	"id": "f1a3fc4f-0e80-42b6-8529-72d79e5755bb",
	"status": "Completed",
	"statusDetails": [
		{
			"name": "general",
			"status": "Completed",
			"details": "",
			"startDate": "0001-01-01T00:00:00Z",
			"endDate": "0001-01-01T00:00:00Z"
		},
		{
			"name": "sast",
			"status": "Completed",
			"details": "",
			"loc": 80623,
			"startDate": "2024-06-13T08:19:49.514154Z",
			"endDate": "2024-06-13T08:23:48.189012Z"
		},
		{
			"name": "sca",
			"status": "Completed",
			"details": "",
			"startDate": "2024-06-13T08:19:49.508874Z",
			"endDate": "2024-06-13T08:26:14.8251Z"
		},
		{
			"name": "kics",
			"status": "Completed",
			"details": "",
			"startDate": "2024-06-13T08:19:49.50458Z",
			"endDate": "2024-06-13T08:19:56.053256Z"
		},
		{
			"name": "apisec",
			"status": "Completed",
			"details": "",
			"startDate": "2024-06-13T08:23:48.211756Z",
			"endDate": "2024-06-13T08:23:50.043102Z"
		}
	],
	"branch": "main",
	"createdAt": "2024-06-13T08:19:38.265132Z",
	"updatedAt": "2024-06-13T08:26:15.114926Z",
	"projectId": "c0450c49-f4ee-4af5-b424-7846449838da",
	"projectName": "OrganizationName/RepoName",
	"userAgent": "grpc-java-netty/1.63.0",
	"initiator": "JonDoe",
	"tags": {},
	"metadata": {
		"id": "f1a5fcef-5584-42b6-8529-72d79e5755bb",
		"type": "git",
		"Handler": {
			"GitHandler": {
				"branch": "main",
				"repo_url": "https://github.com/OrganizationName/RepoName",
				"credentials": {
					"type": "apiKey",
					"value": "*****",
					"username": "*****"
				}
			}
		},
		"configs": [
			{
				"type": "sast",
				"value": {
					"presetName": "",
					"incremental": "false"
				}
			},
			{
				"type": "sca"
			},
			{
				"type": "kics"
			},
			{
				"type": "apisec"
			}
		],
		"project": {
			"id": "c0450c49-f5ee-8af5-b426-78e64c9868da"
		},
		"created_at": {
			"nanos": 73076170,
			"seconds": 1718266778
		}
	},
	"engines": [
		"sast",
		"sca",
		"kics",
		"apisec"
	],
	"sourceType": "github",
	"sourceOrigin": "Push Webhook"
}