Skip to content

Commit

Permalink
Merge pull request #61 from akinnane/main
Browse files Browse the repository at this point in the history
Narrow CodeScanning eventtypes again
  • Loading branch information
derkkila-splunk committed Mar 22, 2023
2 parents 2e5a5d4 + 664669a commit d67d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_for_splunk/default/eventtypes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search = `github_webhooks` ref_type=branch
search = `github_source` action=* sourcetype="github:enterprise:audit" OR sourcetype="github_audit"

[GitHub::CodeScanning]
search = `github_webhooks` action IN ("appeared_in_branch", "closed_by_user", "created", "fixed", "reopened", "reopened_by_user") "alert.created_at"=*
search = `github_webhooks` action IN ("appeared_in_branch", "closed_by_user", "created", "fixed", "reopened", "reopened_by_user") "commit_oid"=*

[GitHub::CodeVulnerability]
search = `github_webhooks` (eventtype="GitHub::CodeScanning") "alert.html_url"="*/security/code-scanning/*"
Expand Down

0 comments on commit d67d708

Please sign in to comment.