Skip to content
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>