Skip to content

Docs - Event Types for VulnerabilityAlert and SecretScanning #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/github_webhooks.MD
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,14 @@ Once that is complete and webhooks are triggering, you'll want to update the mac
<td>Code scanning alerts</td>
<td>Alerts identified by CodeQL and other 3rd party/OSS scanning tools.</td>
</tr>

<tr>
<td>GitHub::VulnerabilityAlert</td>
<td>Repository vulnerability alerts</td>
<td>Dependabot alert (aka dependency vulnerability alert) created, resolved, or dismissed on a repository.</td>
</tr>
<tr>
<td>GitHub::SecretScanning</td>
<td>Secret scanning alerts</td>
<td>Secrets scanning alert created, resolved, or reopened.</td>
</tr>
</table>