Skip to content

Commit 7c1c56e

Browse files
docs-botsunbrye
andauthored
Update audit log event data (#56061)
Co-authored-by: Sunbrye Ly <[email protected]>
1 parent d2a3772 commit 7c1c56e

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,11 @@
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+
},
11421147
{
11431148
"action": "org.codeql_disabled",
11441149
"description": "Code scanning using the default setup was disabled for an organization.",
@@ -1559,6 +1564,11 @@
15591564
"description": "The visibility of a self-hosted runner group was updated via the REST API.",
15601565
"docs_reference_links": "/rest/actions#update-a-self-hosted-runner-group-for-an-organization"
15611566
},
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+
},
15621572
{
15631573
"action": "org_secret_scanning_automatic_validity_checks.disabled",
15641574
"description": "Automatic partner validation checks have been disabled at the organization level",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@
239239
"description": "The policy for Code Security enablement was updated for an enterprise.",
240240
"docs_reference_links": "/code-security/getting-started/github-security-features#available-with-github-code-security"
241241
},
242+
{
243+
"action": "business_code_security_metered_usage.lock",
244+
"description": "Enablement for Code Security features on new repositories has been locked for this enterprise.",
245+
"docs_reference_links": "N/A"
246+
},
242247
{
243248
"action": "business.connect_usage_metrics_export",
244249
"description": "Server statistics were exported for the enterprise.",
@@ -484,6 +489,11 @@
484489
"description": "The SAML single sign-on session for a member in an enterprise was revoked.",
485490
"docs_reference_links": "N/A"
486491
},
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+
},
487497
{
488498
"action": "business_secret_scanning_automatic_validity_checks.disabled",
489499
"description": "Automatic partner validation checks have been disabled at the business level",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,11 @@
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+
},
11421147
{
11431148
"action": "org.codeql_disabled",
11441149
"description": "Code scanning using the default setup was disabled for an organization.",
@@ -1559,6 +1564,11 @@
15591564
"description": "The visibility of a self-hosted runner group was updated via the REST API.",
15601565
"docs_reference_links": "/rest/actions#update-a-self-hosted-runner-group-for-an-organization"
15611566
},
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+
},
15621572
{
15631573
"action": "org_secret_scanning_automatic_validity_checks.disabled",
15641574
"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": "7c13aba1010feac7135f27462576e6b0188427a9"
6+
"sha": "efb82b8d82ba475382e95b7293661c613de7a8d8"
77
}

0 commit comments

Comments
 (0)