From 2a754aff64cc000ae796f0ab991325c08099c868 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 9 May 2025 02:32:53 -0700 Subject: [PATCH] Update audit log event data (#55555) Co-authored-by: hubwriter Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/audit-logs/data/fpt/organization.json | 5 +++++ src/audit-logs/data/ghec/enterprise.json | 5 +++++ src/audit-logs/data/ghec/organization.json | 5 +++++ src/audit-logs/data/ghes-3.17/organization.json | 5 +++++ src/audit-logs/lib/config.json | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/audit-logs/data/fpt/organization.json b/src/audit-logs/data/fpt/organization.json index 46e95fb5a73b..7f73197056e0 100644 --- a/src/audit-logs/data/fpt/organization.json +++ b/src/audit-logs/data/fpt/organization.json @@ -3224,6 +3224,11 @@ "description": "A request to close a secret scanning alert was approved by a user.", "docs_reference_links": "N/A" }, + { + "action": "secret_scanning_closure_request.cancel", + "description": "N/A", + "docs_reference_links": "A request to close a secret scanning alert was canceled by a user." + }, { "action": "secret_scanning_closure_request.create", "description": "N/A", diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index 9d52f61fb56c..ffc5b99307fb 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -3979,6 +3979,11 @@ "description": "A request to close a secret scanning alert was approved by a user.", "docs_reference_links": "N/A" }, + { + "action": "secret_scanning_closure_request.cancel", + "description": "N/A", + "docs_reference_links": "A request to close a secret scanning alert was canceled by a user." + }, { "action": "secret_scanning_closure_request.create", "description": "N/A", diff --git a/src/audit-logs/data/ghec/organization.json b/src/audit-logs/data/ghec/organization.json index 46e95fb5a73b..7f73197056e0 100644 --- a/src/audit-logs/data/ghec/organization.json +++ b/src/audit-logs/data/ghec/organization.json @@ -3224,6 +3224,11 @@ "description": "A request to close a secret scanning alert was approved by a user.", "docs_reference_links": "N/A" }, + { + "action": "secret_scanning_closure_request.cancel", + "description": "N/A", + "docs_reference_links": "A request to close a secret scanning alert was canceled by a user." + }, { "action": "secret_scanning_closure_request.create", "description": "N/A", diff --git a/src/audit-logs/data/ghes-3.17/organization.json b/src/audit-logs/data/ghes-3.17/organization.json index 3c7044bc8843..de0b1ffe781c 100644 --- a/src/audit-logs/data/ghes-3.17/organization.json +++ b/src/audit-logs/data/ghes-3.17/organization.json @@ -3179,6 +3179,11 @@ "description": "A request to close a secret scanning alert was approved by a user.", "docs_reference_links": "N/A" }, + { + "action": "secret_scanning_closure_request.cancel", + "description": "N/A", + "docs_reference_links": "A request to close a secret scanning alert was canceled by a user." + }, { "action": "secret_scanning_closure_request.create", "description": "N/A", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 4d7f6b5b1368..dcdbda63cb5d 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": "03efba5e096f01d4d6e7d2ea9dfaf06a8128fe60" + "sha": "97f4acf6a66b35361aef18bc4a1f9cfe2c0fa770" } \ No newline at end of file