Skip to content

Commit ef48d7a

Browse files
committed
Update eventtypes.conf
Fixes #23 Adds the eventtype GitHub::Release.
1 parent febbbd8 commit ef48d7a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

github_app_for_splunk/default/eventtypes.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ search = `github_webhooks` action IN ("created","edited","moved","deleted") "pr
2929
search = `github_webhooks` action IN ("queued","created","started","completed") workflow_job.id=*
3030

3131
[GitHub::CodeScanning]
32-
search = `github_webhooks` action IN ("appeared_in_branch", "closed_by_user", "created", "fixed", "reopened", "reopened_by_user") "alert.created_at"=*
32+
search = `github_webhooks` action IN ("appeared_in_branch", "closed_by_user", "created", "fixed", "reopened", "reopened_by_user") "alert.created_at"=*
33+
34+
[GitHub::VulnerabilityAlert]
35+
search = `github_webhooks` action IN ("create", "dismiss", "resolve") "alert.external_identifier"=*
36+
37+
[GitHub::Release]
38+
search = `github_webhooks` action IN ("released","published") release.id=*

0 commit comments

Comments
 (0)