Skip to content

Commit ce12ff2

Browse files
docs-botsunbrye
andauthored
Update audit log event data (#56117)
Co-authored-by: Sunbrye Ly <[email protected]>
1 parent 029e6eb commit ce12ff2

File tree

4 files changed

+7
-27
lines changed

4 files changed

+7
-27
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,11 +1139,6 @@
11391139
"description": "Autofix for third party tools for code scanning alerts was enabled for an organization.",
11401140
"docs_reference_links": "N/A"
11411141
},
1142-
{
1143-
"action": "org_code_security_metered_usage.lock",
1144-
"description": "Enablement for Code Security features on new repositories has been locked for this organization.",
1145-
"docs_reference_links": "N/A"
1146-
},
11471142
{
11481143
"action": "org.codeql_disabled",
11491144
"description": "Code scanning using the default setup was disabled for an organization.",
@@ -1564,11 +1559,6 @@
15641559
"description": "The visibility of a self-hosted runner group was updated via the REST API.",
15651560
"docs_reference_links": "/rest/actions#update-a-self-hosted-runner-group-for-an-organization"
15661561
},
1567-
{
1568-
"action": "org_secret_protection_metered_usage.lock",
1569-
"description": "Enablement for Secret Protection features on new repositories has been locked for this organization.",
1570-
"docs_reference_links": "N/A"
1571-
},
15721562
{
15731563
"action": "org_secret_scanning_automatic_validity_checks.disabled",
15741564
"description": "Automatic partner validation checks have been disabled at the organization level",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@
154154
"description": "GitHub Advanced Security was enabled for new user namespace repositories in your enterprise.",
155155
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
156156
},
157+
{
158+
"action": "business.advanced_security_metered_usage_unlock",
159+
"description": "Enablement for Advanced Security features on new repositories has been unlocked for this enterprise.",
160+
"docs_reference_links": "N/A"
161+
},
157162
{
158163
"action": "business.advanced_security_policy_update",
159164
"description": "An enterprise owner created, updated, or removed a policy for GitHub Advanced Security.",
@@ -240,7 +245,7 @@
240245
"docs_reference_links": "/code-security/getting-started/github-security-features#available-with-github-code-security"
241246
},
242247
{
243-
"action": "business_code_security_metered_usage.lock",
248+
"action": "business.code_security_metered_usage_lock",
244249
"description": "Enablement for Code Security features on new repositories has been locked for this enterprise.",
245250
"docs_reference_links": "N/A"
246251
},
@@ -489,11 +494,6 @@
489494
"description": "The SAML single sign-on session for a member in an enterprise was revoked.",
490495
"docs_reference_links": "N/A"
491496
},
492-
{
493-
"action": "business_secret_protection_metered_usage.lock",
494-
"description": "Enablement for Secret Protection features on new repositories has been locked for this enterprise.",
495-
"docs_reference_links": "N/A"
496-
},
497497
{
498498
"action": "business_secret_scanning_automatic_validity_checks.disabled",
499499
"description": "Automatic partner validation checks have been disabled at the business level",

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,11 +1139,6 @@
11391139
"description": "Autofix for third party tools for code scanning alerts was enabled for an organization.",
11401140
"docs_reference_links": "N/A"
11411141
},
1142-
{
1143-
"action": "org_code_security_metered_usage.lock",
1144-
"description": "Enablement for Code Security features on new repositories has been locked for this organization.",
1145-
"docs_reference_links": "N/A"
1146-
},
11471142
{
11481143
"action": "org.codeql_disabled",
11491144
"description": "Code scanning using the default setup was disabled for an organization.",
@@ -1564,11 +1559,6 @@
15641559
"description": "The visibility of a self-hosted runner group was updated via the REST API.",
15651560
"docs_reference_links": "/rest/actions#update-a-self-hosted-runner-group-for-an-organization"
15661561
},
1567-
{
1568-
"action": "org_secret_protection_metered_usage.lock",
1569-
"description": "Enablement for Secret Protection features on new repositories has been locked for this organization.",
1570-
"docs_reference_links": "N/A"
1571-
},
15721562
{
15731563
"action": "org_secret_scanning_automatic_validity_checks.disabled",
15741564
"description": "Automatic partner validation checks have been disabled at the organization level",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "bce8d9394f9f4e9dcd9d1661a53735ddebc8bd8c"
6+
"sha": "eba0af9fafae7ac460e7063e153b06b7bc5ab300"
77
}

0 commit comments

Comments
 (0)