From 9621536386a7beef5ffbfc9769fd1c27e4297242 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:34:36 -0700 Subject: [PATCH] Update audit log event data (#51610) --- src/audit-logs/data/ghec/enterprise.json | 5 +++++ src/audit-logs/lib/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index 8b7a09ab1c2f..38bcdeff3f54 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -494,6 +494,11 @@ "description": "Secret scanning was enabled for new repositories in your enterprise.", "docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise" }, + { + "action": "business_secret_scanning_generic_secrets.enabled", + "description": "Generic secrets have been enabled at the business level", + "docs_reference_links": "N/A" + }, { "action": "business_secret_scanning_non_provider_patterns.disabled", "description": "Secret scanning for non-provider patterns was disabled at the enterprise level.", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 88016eb0958d..f45516373e73 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": "819143c8fc8490b940a36fb91ba2ba43eb4ca68d" + "sha": "3ac2d4c716cc68acced9b36bcbca354f3bc44acd" } \ No newline at end of file