Skip to content

Commit

Permalink
Update audit log event data (#53479)
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot authored Dec 5, 2024
1 parent 62d2af4 commit 3b5f834
Show file tree
Hide file tree
Showing 5 changed files with 9,282 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,16 @@
"description": "The ability for enterprise members to update branch protection rules was enabled. Enterprise owners and members can update protected branches.",
"docs_reference_links": "N/A"
},
{
"action": "business.proxy_security_header_enabled",
"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.",
"docs_reference_links": "N/A"
},
{
"action": "business.proxy_security_header_unsatisfied",
"description": "A user outside the enterprise tried to access GitHub while the proxy security header was enabled and provided in the request.",
"docs_reference_links": "N/A"
},
{
"action": "business.recovery_code_failed",
"description": "An enterprise owner failed to sign into a enterprise with an external identity provider (IdP) using a recovery code.",
Expand Down
Loading

0 comments on commit 3b5f834

Please sign in to comment.