Skip to content

Commit c9837a3

Browse files
docs-botam-stead
andauthored
Update audit log event data (#57736)
Co-authored-by: Anne-Marie <[email protected]>
1 parent d98b37a commit c9837a3

24 files changed

+613
-250
lines changed

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

Lines changed: 68 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5640,8 +5640,8 @@
56405640
},
56415641
{
56425642
"action": "org.configure_self_hosted_jit_runner",
5643-
"description": "N/A",
5644-
"docs_reference_links": "N/A",
5643+
"description": "A new just-in-time GitHub Actions self-hosted runner was configured",
5644+
"docs_reference_links": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization",
56455645
"fields": [
56465646
"user_agent",
56475647
"request_id",
@@ -5659,7 +5659,8 @@
56595659
"created_at",
56605660
"operation_type",
56615661
"request_access_security_header"
5662-
]
5662+
],
5663+
"docs_reference_titles": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization"
56635664
},
56645665
{
56655666
"action": "org.confirm_business_invitation",
@@ -8352,8 +8353,8 @@
83528353
},
83538354
{
83548355
"action": "org.update_repo_self_hosted_runners_policy",
8355-
"description": "N/A",
8356-
"docs_reference_links": "N/A",
8356+
"description": "The repository self-hosted runners policy was updated",
8357+
"docs_reference_links": "/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#limiting-the-use-of-self-hosted-runners",
83578358
"fields": [
83588359
"actor",
83598360
"actor_id",
@@ -8368,7 +8369,8 @@
83688369
"@timestamp",
83698370
"created_at",
83708371
"operation_type"
8371-
]
8372+
],
8373+
"docs_reference_titles": "/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#limiting-the-use-of-self-hosted-runners"
83728374
},
83738375
{
83748376
"action": "org.update_saml_provider_settings",
@@ -10973,7 +10975,8 @@
1097310975
"_document_id",
1097410976
"pull_request_url",
1097510977
"programmatic_access_type",
10976-
"actor_is_bot"
10978+
"actor_is_bot",
10979+
"actor_is_agent"
1097710980
],
1097810981
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"
1097910982
},
@@ -10998,7 +11001,8 @@
1099811001
"created_at",
1099911002
"_document_id",
1100011003
"pull_request_url",
11001-
"programmatic_access_type"
11004+
"programmatic_access_type",
11005+
"actor_is_agent"
1100211006
],
1100311007
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"
1100411008
},
@@ -11174,7 +11178,8 @@
1117411178
"_document_id",
1117511179
"token_scopes",
1117611180
"programmatic_access_type",
11177-
"request_access_security_header"
11181+
"request_access_security_header",
11182+
"actor_is_agent"
1117811183
],
1117911184
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"
1118011185
},
@@ -11279,7 +11284,8 @@
1127911284
"created_at",
1128011285
"_document_id",
1128111286
"pull_request_url",
11282-
"programmatic_access_type"
11287+
"programmatic_access_type",
11288+
"actor_is_agent"
1128311289
],
1128411290
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#submitting-your-review"
1128511291
},
@@ -11915,8 +11921,8 @@
1191511921
},
1191611922
{
1191711923
"action": "repo.configure_self_hosted_jit_runner",
11918-
"description": "N/A",
11919-
"docs_reference_links": "N/A",
11924+
"description": "A new just-in-time GitHub Actions self-hosted runner was configured",
11925+
"docs_reference_links": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository",
1192011926
"fields": [
1192111927
"user_agent",
1192211928
"request_id",
@@ -11938,7 +11944,8 @@
1193811944
"created_at",
1193911945
"operation_type",
1194011946
"request_access_security_header"
11941-
]
11947+
],
11948+
"docs_reference_titles": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository"
1194211949
},
1194311950
{
1194411951
"action": "repo.create",
@@ -15061,6 +15068,28 @@
1506115068
],
1506215069
"docs_reference_titles": "Managing custom repository roles for an organization"
1506315070
},
15071+
{
15072+
"action": "secret_scanning_alert.assign",
15073+
"description": "A user was assigned to a secret scanning alert.",
15074+
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning",
15075+
"fields": [
15076+
"repo_id",
15077+
"repo",
15078+
"actor_id",
15079+
"actor",
15080+
"org_id",
15081+
"org",
15082+
"business",
15083+
"business_id",
15084+
"number",
15085+
"secret_type",
15086+
"secret_type_display_name",
15087+
"publicly_leaked",
15088+
"multi_repo",
15089+
"created_at"
15090+
],
15091+
"docs_reference_titles": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
15092+
},
1506415093
{
1506515094
"action": "secret_scanning_alert.create",
1506615095
"description": "GitHub detected a secret and created a secret scanning alert.",
@@ -15205,6 +15234,28 @@
1520515234
"business_id"
1520615235
]
1520715236
},
15237+
{
15238+
"action": "secret_scanning_alert.unassign",
15239+
"description": "A user was unassigned from a secret scanning alert.",
15240+
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning",
15241+
"fields": [
15242+
"repo_id",
15243+
"repo",
15244+
"actor_id",
15245+
"actor",
15246+
"org_id",
15247+
"org",
15248+
"business",
15249+
"business_id",
15250+
"number",
15251+
"secret_type",
15252+
"secret_type_display_name",
15253+
"publicly_leaked",
15254+
"multi_repo",
15255+
"created_at"
15256+
],
15257+
"docs_reference_titles": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
15258+
},
1520815259
{
1520915260
"action": "secret_scanning_alert.validate",
1521015261
"description": "A secret scanning alert was validated.",
@@ -17318,7 +17369,8 @@
1731817369
"trigger_id",
1731917370
"run_attempt",
1732017371
"programmatic_access_type",
17321-
"actor_is_bot"
17372+
"actor_is_bot",
17373+
"actor_is_agent"
1732217374
],
1732317375
"docs_reference_titles": "Viewing workflow run history"
1732417376
},
@@ -17353,7 +17405,8 @@
1735317405
"public_repo",
1735417406
"programmatic_access_type",
1735517407
"actor_is_bot",
17356-
"request_access_security_header"
17408+
"request_access_security_header",
17409+
"actor_is_agent"
1735717410
],
1735817411
"docs_reference_titles": "Understanding GitHub Actions"
1735917412
},

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5343,8 +5343,8 @@
53435343
},
53445344
{
53455345
"action": "repo.configure_self_hosted_jit_runner",
5346-
"description": "N/A",
5347-
"docs_reference_links": "N/A",
5346+
"description": "A new just-in-time GitHub Actions self-hosted runner was configured",
5347+
"docs_reference_links": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository",
53485348
"fields": [
53495349
"user_agent",
53505350
"request_id",
@@ -5366,7 +5366,8 @@
53665366
"created_at",
53675367
"operation_type",
53685368
"request_access_security_header"
5369-
]
5369+
],
5370+
"docs_reference_titles": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository"
53705371
},
53715372
{
53725373
"action": "repo.create",

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

Lines changed: 68 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5076,8 +5076,8 @@
50765076
},
50775077
{
50785078
"action": "enterprise.configure_self_hosted_jit_runner",
5079-
"description": "N/A",
5080-
"docs_reference_links": "N/A",
5079+
"description": "A new just-in-time GitHub Actions self-hosted runner was configured",
5080+
"docs_reference_links": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-enterprise",
50815081
"fields": [
50825082
"user_agent",
50835083
"request_id",
@@ -5096,7 +5096,8 @@
50965096
"created_at",
50975097
"operation_type",
50985098
"request_access_security_header"
5099-
]
5099+
],
5100+
"docs_reference_titles": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-enterprise"
51005101
},
51015102
{
51025103
"action": "enterprise_domain.approve",
@@ -9172,8 +9173,8 @@
91729173
},
91739174
{
91749175
"action": "org.configure_self_hosted_jit_runner",
9175-
"description": "N/A",
9176-
"docs_reference_links": "N/A",
9176+
"description": "A new just-in-time GitHub Actions self-hosted runner was configured",
9177+
"docs_reference_links": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization",
91779178
"fields": [
91789179
"user_agent",
91799180
"request_id",
@@ -9191,7 +9192,8 @@
91919192
"created_at",
91929193
"operation_type",
91939194
"request_access_security_header"
9194-
]
9195+
],
9196+
"docs_reference_titles": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization"
91959197
},
91969198
{
91979199
"action": "org.confirm_business_invitation",
@@ -14280,7 +14282,8 @@
1428014282
"_document_id",
1428114283
"pull_request_url",
1428214284
"programmatic_access_type",
14283-
"actor_is_bot"
14285+
"actor_is_bot",
14286+
"actor_is_agent"
1428414287
],
1428514288
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"
1428614289
},
@@ -14305,7 +14308,8 @@
1430514308
"created_at",
1430614309
"_document_id",
1430714310
"pull_request_url",
14308-
"programmatic_access_type"
14311+
"programmatic_access_type",
14312+
"actor_is_agent"
1430914313
],
1431014314
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"
1431114315
},
@@ -14481,7 +14485,8 @@
1448114485
"_document_id",
1448214486
"token_scopes",
1448314487
"programmatic_access_type",
14484-
"request_access_security_header"
14488+
"request_access_security_header",
14489+
"actor_is_agent"
1448514490
],
1448614491
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"
1448714492
},
@@ -14586,7 +14591,8 @@
1458614591
"created_at",
1458714592
"_document_id",
1458814593
"pull_request_url",
14589-
"programmatic_access_type"
14594+
"programmatic_access_type",
14595+
"actor_is_agent"
1459014596
],
1459114597
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#submitting-your-review"
1459214598
},
@@ -15222,8 +15228,8 @@
1522215228
},
1522315229
{
1522415230
"action": "repo.configure_self_hosted_jit_runner",
15225-
"description": "N/A",
15226-
"docs_reference_links": "N/A",
15231+
"description": "A new just-in-time GitHub Actions self-hosted runner was configured",
15232+
"docs_reference_links": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository",
1522715233
"fields": [
1522815234
"user_agent",
1522915235
"request_id",
@@ -15245,7 +15251,8 @@
1524515251
"created_at",
1524615252
"operation_type",
1524715253
"request_access_security_header"
15248-
]
15254+
],
15255+
"docs_reference_titles": "/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository"
1524915256
},
1525015257
{
1525115258
"action": "repo.create",
@@ -18350,6 +18357,28 @@
1835018357
],
1835118358
"docs_reference_titles": "Managing custom repository roles for an organization"
1835218359
},
18360+
{
18361+
"action": "secret_scanning_alert.assign",
18362+
"description": "A user was assigned to a secret scanning alert.",
18363+
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning",
18364+
"fields": [
18365+
"repo_id",
18366+
"repo",
18367+
"actor_id",
18368+
"actor",
18369+
"org_id",
18370+
"org",
18371+
"business",
18372+
"business_id",
18373+
"number",
18374+
"secret_type",
18375+
"secret_type_display_name",
18376+
"publicly_leaked",
18377+
"multi_repo",
18378+
"created_at"
18379+
],
18380+
"docs_reference_titles": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
18381+
},
1835318382
{
1835418383
"action": "secret_scanning_alert.create",
1835518384
"description": "GitHub detected a secret and created a secret scanning alert.",
@@ -18494,6 +18523,28 @@
1849418523
"business_id"
1849518524
]
1849618525
},
18526+
{
18527+
"action": "secret_scanning_alert.unassign",
18528+
"description": "A user was unassigned from a secret scanning alert.",
18529+
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning",
18530+
"fields": [
18531+
"repo_id",
18532+
"repo",
18533+
"actor_id",
18534+
"actor",
18535+
"org_id",
18536+
"org",
18537+
"business",
18538+
"business_id",
18539+
"number",
18540+
"secret_type",
18541+
"secret_type_display_name",
18542+
"publicly_leaked",
18543+
"multi_repo",
18544+
"created_at"
18545+
],
18546+
"docs_reference_titles": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
18547+
},
1849718548
{
1849818549
"action": "secret_scanning_alert.validate",
1849918550
"description": "A secret scanning alert was validated.",
@@ -20491,7 +20542,8 @@
2049120542
"trigger_id",
2049220543
"run_attempt",
2049320544
"programmatic_access_type",
20494-
"actor_is_bot"
20545+
"actor_is_bot",
20546+
"actor_is_agent"
2049520547
],
2049620548
"docs_reference_titles": "Viewing workflow run history"
2049720549
},
@@ -20526,7 +20578,8 @@
2052620578
"public_repo",
2052720579
"programmatic_access_type",
2052820580
"actor_is_bot",
20529-
"request_access_security_header"
20581+
"request_access_security_header",
20582+
"actor_is_agent"
2053020583
],
2053120584
"docs_reference_titles": "Understanding GitHub Actions"
2053220585
},

0 commit comments

Comments
 (0)