From 97150d58ff4008fcc30f466e08cbe0d7544c7eb7 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:56:22 -0400 Subject: [PATCH] Update audit log event data (#50326) --- src/audit-logs/data/fpt/organization.json | 17 +++++++++++------ src/audit-logs/data/ghec/enterprise.json | 17 +++++++++++------ src/audit-logs/data/ghec/organization.json | 17 +++++++++++------ src/audit-logs/data/ghes-3.10/enterprise.json | 2 +- src/audit-logs/data/ghes-3.10/organization.json | 2 +- src/audit-logs/data/ghes-3.11/enterprise.json | 2 +- src/audit-logs/data/ghes-3.11/organization.json | 2 +- src/audit-logs/data/ghes-3.12/enterprise.json | 2 +- src/audit-logs/data/ghes-3.12/organization.json | 2 +- src/audit-logs/data/ghes-3.13/enterprise.json | 2 +- src/audit-logs/data/ghes-3.13/organization.json | 2 +- src/audit-logs/data/ghes-3.9/enterprise.json | 2 +- src/audit-logs/data/ghes-3.9/organization.json | 2 +- src/audit-logs/lib/config.json | 2 +- 14 files changed, 44 insertions(+), 29 deletions(-) diff --git a/src/audit-logs/data/fpt/organization.json b/src/audit-logs/data/fpt/organization.json index 9a590874873e..0e83a878dfa4 100644 --- a/src/audit-logs/data/fpt/organization.json +++ b/src/audit-logs/data/fpt/organization.json @@ -11662,12 +11662,13 @@ "org", "business", "business_id", - "number" + "number", + "secret_type" ] }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "user_agent", @@ -11684,7 +11685,8 @@ "@timestamp", "created_at", "operation_type", - "token_scopes" + "token_scopes", + "secret_type" ] }, { @@ -11707,7 +11709,8 @@ "@timestamp", "created_at", "operation_type", - "token_scopes" + "token_scopes", + "secret_type" ] }, { @@ -11732,7 +11735,8 @@ "created_at", "operation_type", "business", - "business_id" + "business_id", + "secret_type" ] }, { @@ -11751,7 +11755,8 @@ "number", "created_at", "previous_validity", - "current_validity" + "current_validity", + "secret_type" ] }, { diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index d0b42211fd40..d6b013dea615 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -14445,12 +14445,13 @@ "org", "business", "business_id", - "number" + "number", + "secret_type" ] }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "user_agent", @@ -14467,7 +14468,8 @@ "@timestamp", "created_at", "operation_type", - "token_scopes" + "token_scopes", + "secret_type" ] }, { @@ -14490,7 +14492,8 @@ "@timestamp", "created_at", "operation_type", - "token_scopes" + "token_scopes", + "secret_type" ] }, { @@ -14515,7 +14518,8 @@ "created_at", "operation_type", "business", - "business_id" + "business_id", + "secret_type" ] }, { @@ -14534,7 +14538,8 @@ "number", "created_at", "previous_validity", - "current_validity" + "current_validity", + "secret_type" ] }, { diff --git a/src/audit-logs/data/ghec/organization.json b/src/audit-logs/data/ghec/organization.json index 9a590874873e..0e83a878dfa4 100644 --- a/src/audit-logs/data/ghec/organization.json +++ b/src/audit-logs/data/ghec/organization.json @@ -11662,12 +11662,13 @@ "org", "business", "business_id", - "number" + "number", + "secret_type" ] }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "user_agent", @@ -11684,7 +11685,8 @@ "@timestamp", "created_at", "operation_type", - "token_scopes" + "token_scopes", + "secret_type" ] }, { @@ -11707,7 +11709,8 @@ "@timestamp", "created_at", "operation_type", - "token_scopes" + "token_scopes", + "secret_type" ] }, { @@ -11732,7 +11735,8 @@ "created_at", "operation_type", "business", - "business_id" + "business_id", + "secret_type" ] }, { @@ -11751,7 +11755,8 @@ "number", "created_at", "previous_validity", - "current_validity" + "current_validity", + "secret_type" ] }, { diff --git a/src/audit-logs/data/ghes-3.10/enterprise.json b/src/audit-logs/data/ghes-3.10/enterprise.json index ad9193e01e1a..d30fb306a619 100644 --- a/src/audit-logs/data/ghes-3.10/enterprise.json +++ b/src/audit-logs/data/ghes-3.10/enterprise.json @@ -88535,7 +88535,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.10/organization.json b/src/audit-logs/data/ghes-3.10/organization.json index 68fcf070fd27..a6605cebd2c1 100644 --- a/src/audit-logs/data/ghes-3.10/organization.json +++ b/src/audit-logs/data/ghes-3.10/organization.json @@ -91798,7 +91798,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.11/enterprise.json b/src/audit-logs/data/ghes-3.11/enterprise.json index f63d3acbb210..9e33e8a6ffc3 100644 --- a/src/audit-logs/data/ghes-3.11/enterprise.json +++ b/src/audit-logs/data/ghes-3.11/enterprise.json @@ -91788,7 +91788,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.11/organization.json b/src/audit-logs/data/ghes-3.11/organization.json index 2aeeb85d4df7..a7405d869a5d 100644 --- a/src/audit-logs/data/ghes-3.11/organization.json +++ b/src/audit-logs/data/ghes-3.11/organization.json @@ -98187,7 +98187,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.12/enterprise.json b/src/audit-logs/data/ghes-3.12/enterprise.json index 28cf31a5a05c..bc835deb06a4 100644 --- a/src/audit-logs/data/ghes-3.12/enterprise.json +++ b/src/audit-logs/data/ghes-3.12/enterprise.json @@ -93284,7 +93284,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.12/organization.json b/src/audit-logs/data/ghes-3.12/organization.json index 415a8f16d069..80aabfd805fb 100644 --- a/src/audit-logs/data/ghes-3.12/organization.json +++ b/src/audit-logs/data/ghes-3.12/organization.json @@ -101324,7 +101324,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.13/enterprise.json b/src/audit-logs/data/ghes-3.13/enterprise.json index 1910c133ebb9..aeb5dae4e129 100644 --- a/src/audit-logs/data/ghes-3.13/enterprise.json +++ b/src/audit-logs/data/ghes-3.13/enterprise.json @@ -94893,7 +94893,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.13/organization.json b/src/audit-logs/data/ghes-3.13/organization.json index bbdbf7ac02b9..cbcaba2bca26 100644 --- a/src/audit-logs/data/ghes-3.13/organization.json +++ b/src/audit-logs/data/ghes-3.13/organization.json @@ -103151,7 +103151,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.9/enterprise.json b/src/audit-logs/data/ghes-3.9/enterprise.json index d2e4e654d9ab..865d99fcaa70 100644 --- a/src/audit-logs/data/ghes-3.9/enterprise.json +++ b/src/audit-logs/data/ghes-3.9/enterprise.json @@ -80642,7 +80642,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/data/ghes-3.9/organization.json b/src/audit-logs/data/ghes-3.9/organization.json index 6f5b29b82b0b..3ff3c173d495 100644 --- a/src/audit-logs/data/ghes-3.9/organization.json +++ b/src/audit-logs/data/ghes-3.9/organization.json @@ -84194,7 +84194,7 @@ }, { "action": "secret_scanning_alert.reopen", - "description": "A seret scanning alert was reopened.", + "description": "A secret scanning alert was reopened.", "docs_reference_links": "N/A", "fields": [ "@timestamp", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 7e766d3738f8..b0f639fc626b 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -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": "0d7fcee004891fd9cf8e68864ae52419d8bcf02b" + "sha": "5a7a337c7392785121de6f5a9688e5d0b96f227c" } \ No newline at end of file