Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f35cd0d

Browse files
Update audit log event data (#55945)
Co-authored-by: Felicity Chapman <[email protected]>
1 parent e2701f8 commit f35cd0d

File tree

7 files changed

+56
-1
lines changed

7 files changed

+56
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,6 +3299,16 @@
32993299
"description": "A request to bypass secret scanning push protection was approved by a user.",
33003300
"docs_reference_links": "/code-security/secret-scanning/push-protection-for-repositories-and-organizations#managing-requests-to-bypass-push-protection"
33013301
},
3302+
{
3303+
"action": "secret_scanning_push_protection_request.cancel",
3304+
"description": "A user canceled a request to bypass secret scanning push protection.",
3305+
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
3306+
},
3307+
{
3308+
"action": "secret_scanning_push_protection_request.complete",
3309+
"description": "A user pushed a commit containing a secret for which there is an approved secret scanning push protection bypass request.",
3310+
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
3311+
},
33023312
{
33033313
"action": "secret_scanning_push_protection_request.deny",
33043314
"description": "A request to bypass secret scanning push protection was denied by a user.",

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,16 @@
349349
"description": "The trial of GitHub Enterprise Cloud expired.",
350350
"docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud"
351351
},
352+
{
353+
"action": "business.github_models_billing_disabled",
354+
"description": "GitHub Models billing was disabled for the business.",
355+
"docs_reference_links": "N/A"
356+
},
357+
{
358+
"action": "business.github_models_billing_enabled",
359+
"description": "GitHub Models billing was enabled for the business.",
360+
"docs_reference_links": "N/A"
361+
},
352362
{
353363
"action": "business.import_license_usage",
354364
"description": "License usage information was imported from a GitHub Enterprise Server instance to an enterprise account on GitHub.com.",
@@ -4039,6 +4049,16 @@
40394049
"description": "A request to bypass secret scanning push protection was approved by a user.",
40404050
"docs_reference_links": "/code-security/secret-scanning/push-protection-for-repositories-and-organizations#managing-requests-to-bypass-push-protection"
40414051
},
4052+
{
4053+
"action": "secret_scanning_push_protection_request.cancel",
4054+
"description": "A user canceled a request to bypass secret scanning push protection.",
4055+
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
4056+
},
4057+
{
4058+
"action": "secret_scanning_push_protection_request.complete",
4059+
"description": "A user pushed a commit containing a secret for which there is an approved secret scanning push protection bypass request.",
4060+
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
4061+
},
40424062
{
40434063
"action": "secret_scanning_push_protection_request.deny",
40444064
"description": "A request to bypass secret scanning push protection was denied by a user.",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,6 +3299,16 @@
32993299
"description": "A request to bypass secret scanning push protection was approved by a user.",
33003300
"docs_reference_links": "/code-security/secret-scanning/push-protection-for-repositories-and-organizations#managing-requests-to-bypass-push-protection"
33013301
},
3302+
{
3303+
"action": "secret_scanning_push_protection_request.cancel",
3304+
"description": "A user canceled a request to bypass secret scanning push protection.",
3305+
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
3306+
},
3307+
{
3308+
"action": "secret_scanning_push_protection_request.complete",
3309+
"description": "A user pushed a commit containing a secret for which there is an approved secret scanning push protection bypass request.",
3310+
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
3311+
},
33023312
{
33033313
"action": "secret_scanning_push_protection_request.deny",
33043314
"description": "A request to bypass secret scanning push protection was denied by a user.",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,11 @@
599599
"description": "N/A",
600600
"docs_reference_links": "N/A"
601601
},
602+
{
603+
"action": "copilot.user_access_revoked",
604+
"description": "N/A",
605+
"docs_reference_links": "N/A"
606+
},
602607
{
603608
"action": "custom_hosted_runner.create",
604609
"description": "N/A",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@
309309
"description": "N/A",
310310
"docs_reference_links": "N/A"
311311
},
312+
{
313+
"action": "copilot.user_access_revoked",
314+
"description": "N/A",
315+
"docs_reference_links": "N/A"
316+
},
312317
{
313318
"action": "custom_hosted_runner.create",
314319
"description": "N/A",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
"description": "N/A",
210210
"docs_reference_links": "N/A"
211211
},
212+
{
213+
"action": "copilot.user_access_revoked",
214+
"description": "N/A",
215+
"docs_reference_links": "N/A"
216+
},
212217
{
213218
"action": "custom_hosted_runner.create",
214219
"description": "N/A",

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": "e14b4ba692f0019ca81fd2843ae8445239cf480e"
6+
"sha": "a44fbc883ed2e0f27e21ba9a5d5f3859f77d3b74"
77
}

0 commit comments

Comments
 (0)