Skip to content

Commit 28ce104

Browse files
docs-botheiskr
andauthored
Update audit log event data (#59602)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 343af81 commit 28ce104

4 files changed

Lines changed: 103 additions & 1 deletion

File tree

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21185,6 +21185,40 @@
2118521185
],
2118621186
"docs_reference_titles": "Enabling extended metadata checks for your repository"
2118721187
},
21188+
{
21189+
"action": "repository_secret_scanning_extended_metadata.enabled",
21190+
"description": "Metadata for secret scanning alerts has been enabled at the repository level",
21191+
"docs_reference_links": "/code-security/secret-scanning/enabling-secret-scanning-features/enabling-extended-metadata-checks-for-your-repository",
21192+
"fields": [
21193+
"@timestamp",
21194+
"_document_id",
21195+
"action",
21196+
"actor",
21197+
"actor_id",
21198+
"business",
21199+
"business_id",
21200+
"hashed_token",
21201+
"org",
21202+
"org_id",
21203+
"programmatic_access_type",
21204+
"repo",
21205+
"repo_id",
21206+
"repository",
21207+
"repository_id",
21208+
"request_access_security_header",
21209+
"request_id",
21210+
"token_id",
21211+
"token_scopes",
21212+
"user",
21213+
"user_id",
21214+
"user_agent",
21215+
"public_repo",
21216+
"created_at",
21217+
"operation_type",
21218+
"actor_is_bot"
21219+
],
21220+
"docs_reference_titles": "Enabling extended metadata checks for your repository"
21221+
},
2118821222
{
2118921223
"action": "repository_secret_scanning_generic_secrets.disabled",
2119021224
"description": "Generic secrets have been disabled at the repository level",

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26564,6 +26564,40 @@
2656426564
],
2656526565
"docs_reference_titles": "Enabling extended metadata checks for your repository"
2656626566
},
26567+
{
26568+
"action": "repository_secret_scanning_extended_metadata.enabled",
26569+
"description": "Metadata for secret scanning alerts has been enabled at the repository level",
26570+
"docs_reference_links": "/code-security/secret-scanning/enabling-secret-scanning-features/enabling-extended-metadata-checks-for-your-repository",
26571+
"fields": [
26572+
"@timestamp",
26573+
"_document_id",
26574+
"action",
26575+
"actor",
26576+
"actor_id",
26577+
"business",
26578+
"business_id",
26579+
"hashed_token",
26580+
"org",
26581+
"org_id",
26582+
"programmatic_access_type",
26583+
"repo",
26584+
"repo_id",
26585+
"repository",
26586+
"repository_id",
26587+
"request_access_security_header",
26588+
"request_id",
26589+
"token_id",
26590+
"token_scopes",
26591+
"user",
26592+
"user_id",
26593+
"user_agent",
26594+
"public_repo",
26595+
"created_at",
26596+
"operation_type",
26597+
"actor_is_bot"
26598+
],
26599+
"docs_reference_titles": "Enabling extended metadata checks for your repository"
26600+
},
2656726601
{
2656826602
"action": "repository_secret_scanning_generic_secrets.disabled",
2656926603
"description": "Generic secrets have been disabled at the repository level",

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21185,6 +21185,40 @@
2118521185
],
2118621186
"docs_reference_titles": "Enabling extended metadata checks for your repository"
2118721187
},
21188+
{
21189+
"action": "repository_secret_scanning_extended_metadata.enabled",
21190+
"description": "Metadata for secret scanning alerts has been enabled at the repository level",
21191+
"docs_reference_links": "/code-security/secret-scanning/enabling-secret-scanning-features/enabling-extended-metadata-checks-for-your-repository",
21192+
"fields": [
21193+
"@timestamp",
21194+
"_document_id",
21195+
"action",
21196+
"actor",
21197+
"actor_id",
21198+
"business",
21199+
"business_id",
21200+
"hashed_token",
21201+
"org",
21202+
"org_id",
21203+
"programmatic_access_type",
21204+
"repo",
21205+
"repo_id",
21206+
"repository",
21207+
"repository_id",
21208+
"request_access_security_header",
21209+
"request_id",
21210+
"token_id",
21211+
"token_scopes",
21212+
"user",
21213+
"user_id",
21214+
"user_agent",
21215+
"public_repo",
21216+
"created_at",
21217+
"operation_type",
21218+
"actor_is_bot"
21219+
],
21220+
"docs_reference_titles": "Enabling extended metadata checks for your repository"
21221+
},
2118821222
{
2118921223
"action": "repository_secret_scanning_generic_secrets.disabled",
2119021224
"description": "Generic secrets have been disabled at the repository level",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"git": "Note: Git events have special access requirements and retention policies that differ from other audit log events. For GitHub Enterprise Cloud, access Git events via the REST API only with 7-day retention. For GitHub Enterprise Server, Git events must be enabled in audit log configuration and are not included in search results.",
1010
"sso_redirect": "Note: Automatically redirecting users to sign in is currently in beta for Enterprise Managed Users and subject to change."
1111
},
12-
"sha": "b426a3c9af4b379c4fdd7ee0d59c9db7edb11565"
12+
"sha": "6fbd793fd982298d46c7481b7d66f7f3623fb5f0"
1313
}

0 commit comments

Comments
 (0)