Ensure the maximum number of webhooks per repo is not exceeded
Risk Level: medium
Platform: Github
Spectral Rule ID: GH-HRD006
REMEDIATION
Webhooks provide a way for notifications to be delivered to an external web server whenever certain actions occur on a repository or organization.
In the developer's world of today, Dev-ops tools are integrated and abandoned. Leaves unneeded webhooks that spread repos information to external services.
Review your webhooks:
SaaS:
- On your profile page, click Repositories, then click the name of your repository.
- From your repository, click Settings.
- In the sidebar, click Webhooks.
- Be sure any active webhook are required.
Read more:
Updated 7 months ago