go-playground / webhooks

:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs
MIT License
955 stars 237 forks source link

Adds CodeScanningAlertEvent #189

Closed ffeldmann closed 3 months ago

ffeldmann commented 10 months ago

Adds the code_scanning_alert event from GitHub to GitHub.go web hook base. Reference to Github docu: https://docs.github.com/en/webhooks/webhook-events-and-payloads#code_scanning_alert

coveralls commented 10 months ago

Coverage Status

coverage: 88.81% (+0.05%) from 88.765% when pulling 9e5250450a02942894295d0031fabbacdd599f47 on ffeldmann:master into 53694f85d27d5446a0790b0408b6799ac9709b98 on go-playground:master.

abhijith-darshan commented 8 months ago

any news on merging this PR? As it is a good use case to consume GitHub Advanced Security events via webhooks.

ffeldmann commented 6 months ago

@ammario is this project still maintained?

ammario commented 6 months ago

Not sure. I'm not the maintainer.

cc @robinlieb merged in my change.

robinlieb commented 3 months ago

@ffeldmann Thanks!