Skip to content

Commit 2591f3f

Browse files
Update audit log event data (#54259)
Co-authored-by: Isaac Brown <[email protected]>
1 parent 3a262e8 commit 2591f3f

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

src/audit-logs/data/fpt/organization.json

+10
Original file line numberDiff line numberDiff line change
@@ -2399,6 +2399,16 @@
23992399
"description": "A code scanning configuration for a branch of a repository was deleted.",
24002400
"docs_reference_links": "/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#removing-stale-configurations-and-alerts-from-a-branch"
24012401
},
2402+
{
2403+
"action": "repo.code_scanning_delegated_alert_dismissal_disabled",
2404+
"description": "Prevention of direct alert dismissal for code scanning was disabled for a repository.",
2405+
"docs_reference_links": "N/A"
2406+
},
2407+
{
2408+
"action": "repo.code_scanning_delegated_alert_dismissal_enabled",
2409+
"description": "Prevention of direct alert dismissal for code scanning was enabled for a repository.",
2410+
"docs_reference_links": "N/A"
2411+
},
24022412
{
24032413
"action": "repo.codeql_disabled",
24042414
"description": "Code scanning using the default setup was disabled for a repository.",

src/audit-logs/data/ghec/enterprise.json

+15
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@
364364
"description": "The ability for enterprise members to update branch protection rules was enabled. Enterprise owners and members can update protected branches.",
365365
"docs_reference_links": "N/A"
366366
},
367+
{
368+
"action": "business.proxy_security_header_disabled",
369+
"description": "The proxy security header was disabled for an enterprise. All users on the network can now access GitHub, unless blocked by other means.",
370+
"docs_reference_links": "N/A"
371+
},
367372
{
368373
"action": "business.proxy_security_header_enabled",
369374
"description": "The proxy security header was enabled for an enterprise. When the header is provided in requests, only Enterprise Managed Users matching the header will be able to access GitHub.",
@@ -3179,6 +3184,16 @@
31793184
"description": "A code scanning configuration for a branch of a repository was deleted.",
31803185
"docs_reference_links": "/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#removing-stale-configurations-and-alerts-from-a-branch"
31813186
},
3187+
{
3188+
"action": "repo.code_scanning_delegated_alert_dismissal_disabled",
3189+
"description": "Prevention of direct alert dismissal for code scanning was disabled for a repository.",
3190+
"docs_reference_links": "N/A"
3191+
},
3192+
{
3193+
"action": "repo.code_scanning_delegated_alert_dismissal_enabled",
3194+
"description": "Prevention of direct alert dismissal for code scanning was enabled for a repository.",
3195+
"docs_reference_links": "N/A"
3196+
},
31823197
{
31833198
"action": "repo.codeql_disabled",
31843199
"description": "Code scanning using the default setup was disabled for a repository.",

src/audit-logs/data/ghec/organization.json

+10
Original file line numberDiff line numberDiff line change
@@ -2399,6 +2399,16 @@
23992399
"description": "A code scanning configuration for a branch of a repository was deleted.",
24002400
"docs_reference_links": "/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#removing-stale-configurations-and-alerts-from-a-branch"
24012401
},
2402+
{
2403+
"action": "repo.code_scanning_delegated_alert_dismissal_disabled",
2404+
"description": "Prevention of direct alert dismissal for code scanning was disabled for a repository.",
2405+
"docs_reference_links": "N/A"
2406+
},
2407+
{
2408+
"action": "repo.code_scanning_delegated_alert_dismissal_enabled",
2409+
"description": "Prevention of direct alert dismissal for code scanning was enabled for a repository.",
2410+
"docs_reference_links": "N/A"
2411+
},
24022412
{
24032413
"action": "repo.codeql_disabled",
24042414
"description": "Code scanning using the default setup was disabled for a repository.",

src/audit-logs/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "cc5c30b400bb9bfc6db55dfef4522ac840be69b0"
6+
"sha": "3e16bd86cc7cd0434f9ee966d6fda05fbfbb00cd"
77
}

0 commit comments

Comments
 (0)