Skip to content

Commit da6b6ec

Browse files
docs-botsaritai
andauthored
Update audit log event data (#55291)
Co-authored-by: Sarita Iyer <[email protected]>
1 parent 7bbc276 commit da6b6ec

File tree

6 files changed

+37
-8
lines changed

6 files changed

+37
-8
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2814,6 +2814,16 @@
28142814
"description": "Branch protections were enabled for this repository.",
28152815
"docs_reference_links": "/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule"
28162816
},
2817+
{
2818+
"action": "repository_code_security.disable",
2819+
"description": "Code security was disabled for a repository.",
2820+
"docs_reference_links": "N/A"
2821+
},
2822+
{
2823+
"action": "repository_code_security.enable",
2824+
"description": "Code security was enabled for a repository.",
2825+
"docs_reference_links": "N/A"
2826+
},
28172827
{
28182828
"action": "repository_content_analysis.disable",
28192829
"description": "Data use settings were disabled for a private repository.",

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@
222222
{
223223
"action": "business.code_scanning_autofix_third_party_tools_policy_update",
224224
"description": "The policy for Code scanning autofix third party tools was updated for an enterprise.",
225-
"docs_reference_links": "N/A"
225+
"docs_reference_links": "/code-security/getting-started/github-security-features#available-with-github-code-security"
226226
},
227227
{
228228
"action": "business.code_security_enablement_policy_update",
229229
"description": "The policy for Code Security enablement was updated for an enterprise.",
230-
"docs_reference_links": "N/A"
230+
"docs_reference_links": "/code-security/getting-started/github-security-features#available-with-github-code-security"
231231
},
232232
{
233233
"action": "business.connect_usage_metrics_export",
@@ -3569,6 +3569,16 @@
35693569
"description": "Branch protections were enabled for this repository.",
35703570
"docs_reference_links": "/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule"
35713571
},
3572+
{
3573+
"action": "repository_code_security.disable",
3574+
"description": "Code security was disabled for a repository.",
3575+
"docs_reference_links": "N/A"
3576+
},
3577+
{
3578+
"action": "repository_code_security.enable",
3579+
"description": "Code security was enabled for a repository.",
3580+
"docs_reference_links": "N/A"
3581+
},
35723582
{
35733583
"action": "repository_content_analysis.disable",
35743584
"description": "Data use settings were disabled for a private repository.",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2814,6 +2814,16 @@
28142814
"description": "Branch protections were enabled for this repository.",
28152815
"docs_reference_links": "/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule"
28162816
},
2817+
{
2818+
"action": "repository_code_security.disable",
2819+
"description": "Code security was disabled for a repository.",
2820+
"docs_reference_links": "N/A"
2821+
},
2822+
{
2823+
"action": "repository_code_security.enable",
2824+
"description": "Code security was enabled for a repository.",
2825+
"docs_reference_links": "N/A"
2826+
},
28172827
{
28182828
"action": "repository_content_analysis.disable",
28192829
"description": "Data use settings were disabled for a private repository.",

src/audit-logs/data/ghes-3.16/enterprise.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
{
168168
"action": "business.code_scanning_autofix_third_party_tools_policy_update",
169169
"description": "The policy for Code scanning autofix third party tools was updated for an enterprise.",
170-
"docs_reference_links": "N/A"
170+
"docs_reference_links": "/code-security/getting-started/github-security-features#available-with-github-code-security"
171171
},
172172
{
173173
"action": "business.create",

src/audit-logs/data/ghes-3.17/enterprise.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@
167167
{
168168
"action": "business.code_scanning_autofix_third_party_tools_policy_update",
169169
"description": "The policy for Code scanning autofix third party tools was updated for an enterprise.",
170-
"docs_reference_links": "N/A"
170+
"docs_reference_links": "/code-security/getting-started/github-security-features#available-with-github-code-security"
171171
},
172172
{
173173
"action": "business.code_security_enablement_policy_update",
174174
"description": "The policy for Code Security enablement was updated for an enterprise.",
175-
"docs_reference_links": "N/A"
175+
"docs_reference_links": "/code-security/getting-started/github-security-features#available-with-github-code-security"
176176
},
177177
{
178178
"action": "business.create",

src/audit-logs/lib/config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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": "d6aa2c08e5ced4ad92d2d6563fabaa683a9a7663"
7-
}
8-
6+
"sha": "ae4d8faa66c3986541a6db3a45bcf66e839fd773"
7+
}

0 commit comments

Comments
 (0)