Skip to content
Merged
Show file tree
Hide file tree
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
40 changes: 40 additions & 0 deletions src/audit-logs/data/ghes-3.17/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,16 @@
"description": "Repositories were removed from a GitHub App.",
"docs_reference_links": "/apps/using-github-apps/reviewing-and-modifying-installed-github-apps#modifying-repository-access"
},
{
"action": "integration_installation_request.close",
"description": "A request to install a GitHub App was either approved or denied by an owner, or canceled by the member who opened the request.",
"docs_reference_links": "/apps/using-github-apps/requesting-a-github-app-from-your-organization-owner"
},
{
"action": "integration_installation_request.create",
"description": "A member requested that an owner install a GitHub App.",
"docs_reference_links": "/apps/using-github-apps/requesting-a-github-app-from-your-organization-owner"
},
{
"action": "integration_installation.suspend",
"description": "A GitHub App was suspended.",
Expand Down Expand Up @@ -2034,11 +2044,41 @@
"description": "A fine-grained personal access token was granted access to resources.",
"docs_reference_links": "/organizations/managing-programmatic-access-to-your-organization/managing-requests-for-personal-access-tokens-in-your-organization"
},
{
"action": "personal_access_token.access_restriction_disabled",
"description": "The configured restriction for access to resources via personal access tokens was disabled.",
"docs_reference_links": "N/A"
},
{
"action": "personal_access_token.access_restriction_enabled",
"description": "The configured restriction for access to resources via personal access tokens was enabled.",
"docs_reference_links": "N/A"
},
{
"action": "personal_access_token.access_restriction_reset",
"description": "The configured restriction for access to resources via personal access tokens was reset and delegated to organizations.",
"docs_reference_links": "N/A"
},
{
"action": "personal_access_token.access_revoked",
"description": "A fine-grained personal access token was revoked. The token can still read public organization resources.",
"docs_reference_links": "/organizations/managing-programmatic-access-to-your-organization/reviewing-and-revoking-personal-access-tokens-in-your-organization"
},
{
"action": "personal_access_token.auto_approve_grant_requests_disabled",
"description": "Triggered when fine-grained personal access tokens can access organization resources without prior approval.",
"docs_reference_links": "N/A"
},
{
"action": "personal_access_token.auto_approve_grant_requests_enabled",
"description": "Triggered when the organization must approve fine-grained personal access tokens before the tokens can access organization resources.",
"docs_reference_links": "N/A"
},
{
"action": "personal_access_token.auto_approve_grant_requests_reset",
"description": "Triggered when the enterprise delegates to the organizations when to require approval for fine-grained personal access tokens before the tokens can access organization resources.",
"docs_reference_links": "N/A"
},
{
"action": "personal_access_token.create",
"description": "Triggered when you create a fine-grained personal access token.",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "4c383d40f155ce577a0b3698089811aa95dbebe4"
"sha": "961356f4c2523591e15b4f0cae039ee834edfb70"
}
Loading