From ddcef5f60485cac7c468cae079777d4e71f04574 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:15:05 -0500 Subject: [PATCH] Update audit log event data (#54438) Co-authored-by: Felicity Chapman --- 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/lib/config.json | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/audit-logs/data/fpt/organization.json b/src/audit-logs/data/fpt/organization.json index 7273fc549f..13b2564a75 100644 --- a/src/audit-logs/data/fpt/organization.json +++ b/src/audit-logs/data/fpt/organization.json @@ -3104,6 +3104,11 @@ "description": "A secret scanning alert was validated.", "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" }, + { + "action": "secret_scanning_closure_request.create", + "description": "N/A", + "docs_reference_links": "A user requested to close a secret scanning alert." + }, { "action": "secret_scanning.disable", "description": "Secret scanning was disabled for all existing repositories.", diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index 3d3800be49..d79389afaa 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -3894,6 +3894,11 @@ "description": "A secret scanning alert was validated.", "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" }, + { + "action": "secret_scanning_closure_request.create", + "description": "N/A", + "docs_reference_links": "A user requested to close a secret scanning alert." + }, { "action": "secret_scanning.disable", "description": "Secret scanning was disabled for all existing repositories.", diff --git a/src/audit-logs/data/ghec/organization.json b/src/audit-logs/data/ghec/organization.json index 7273fc549f..13b2564a75 100644 --- a/src/audit-logs/data/ghec/organization.json +++ b/src/audit-logs/data/ghec/organization.json @@ -3104,6 +3104,11 @@ "description": "A secret scanning alert was validated.", "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" }, + { + "action": "secret_scanning_closure_request.create", + "description": "N/A", + "docs_reference_links": "A user requested to close a secret scanning alert." + }, { "action": "secret_scanning.disable", "description": "Secret scanning was disabled for all existing repositories.", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 428a1859fd..f63c94375f 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": "3e16bd86cc7cd0434f9ee966d6fda05fbfbb00cd" + "sha": "7db063a57da3119fa77fb22d0bf67895c9b16a12" } \ No newline at end of file