1
0
mirror of synced 2025-12-20 10:28:40 -05:00

Update audit log event data (#53233)

This commit is contained in:
docs-bot
2024-11-21 08:36:40 -08:00
committed by GitHub
parent 64f3412d4b
commit 32845c767a
4 changed files with 16 additions and 1 deletions

View File

@@ -2959,6 +2959,11 @@
"description": "Changes were pushed to update and resolve a Dependabot alert in a project dependency.", "description": "Changes were pushed to update and resolve a Dependabot alert in a project dependency.",
"docs_reference_links": "N/A" "docs_reference_links": "N/A"
}, },
{
"action": "repository_vulnerability_alert.withdraw",
"description": "A Dependabot alert was withdrawn.",
"docs_reference_links": "N/A"
},
{ {
"action": "repository_vulnerability_alerts.authorized_users_teams", "action": "repository_vulnerability_alerts.authorized_users_teams",
"description": "The list of people or teams authorized to receive Dependabot alerts for the repository was updated.", "description": "The list of people or teams authorized to receive Dependabot alerts for the repository was updated.",

View File

@@ -3734,6 +3734,11 @@
"description": "Changes were pushed to update and resolve a Dependabot alert in a project dependency.", "description": "Changes were pushed to update and resolve a Dependabot alert in a project dependency.",
"docs_reference_links": "N/A" "docs_reference_links": "N/A"
}, },
{
"action": "repository_vulnerability_alert.withdraw",
"description": "A Dependabot alert was withdrawn.",
"docs_reference_links": "N/A"
},
{ {
"action": "repository_vulnerability_alerts.authorized_users_teams", "action": "repository_vulnerability_alerts.authorized_users_teams",
"description": "The list of people or teams authorized to receive Dependabot alerts for the repository was updated.", "description": "The list of people or teams authorized to receive Dependabot alerts for the repository was updated.",

View File

@@ -2959,6 +2959,11 @@
"description": "Changes were pushed to update and resolve a Dependabot alert in a project dependency.", "description": "Changes were pushed to update and resolve a Dependabot alert in a project dependency.",
"docs_reference_links": "N/A" "docs_reference_links": "N/A"
}, },
{
"action": "repository_vulnerability_alert.withdraw",
"description": "A Dependabot alert was withdrawn.",
"docs_reference_links": "N/A"
},
{ {
"action": "repository_vulnerability_alerts.authorized_users_teams", "action": "repository_vulnerability_alerts.authorized_users_teams",
"description": "The list of people or teams authorized to receive Dependabot alerts for the repository was updated.", "description": "The list of people or teams authorized to receive Dependabot alerts for the repository was updated.",

View File

@@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming." "apiRequestEvent": "This event is only available via audit log streaming."
}, },
"sha": "249a94280792ff9977d58a0541a322e5c4dd5763" "sha": "014cf4c9c23bf1f27dd034a2a76b92388951c01c"
} }