Skip to content

Commit de04efe

Browse files
authored
Update audit log event data (#53710)
1 parent 3a46e83 commit de04efe

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,6 +3129,11 @@
31293129
"description": "A user requested to bypass secret scanning push protection.",
31303130
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
31313131
},
3132+
{
3133+
"action": "secret_scanning_scan.completed",
3134+
"description": "A secret scanning scan has completed on this repository.",
3135+
"docs_reference_links": "/code-security/secret-scanning/about-secret-scanning"
3136+
},
31323137
{
31333138
"action": "security_configuration.create",
31343139
"description": "A security configuration was created",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3914,6 +3914,11 @@
39143914
"description": "A user requested to bypass secret scanning push protection.",
39153915
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
39163916
},
3917+
{
3918+
"action": "secret_scanning_scan.completed",
3919+
"description": "A secret scanning scan has completed on this repository.",
3920+
"docs_reference_links": "/code-security/secret-scanning/about-secret-scanning"
3921+
},
39173922
{
39183923
"action": "security_configuration.create",
39193924
"description": "A security configuration was created",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,6 +3129,11 @@
31293129
"description": "A user requested to bypass secret scanning push protection.",
31303130
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
31313131
},
3132+
{
3133+
"action": "secret_scanning_scan.completed",
3134+
"description": "A secret scanning scan has completed on this repository.",
3135+
"docs_reference_links": "/code-security/secret-scanning/about-secret-scanning"
3136+
},
31323137
{
31333138
"action": "security_configuration.create",
31343139
"description": "A security configuration was created",

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": "9a2840e598a2a275532831e9bc3dc60b677c7926"
6+
"sha": "cf8e25bad05e4b14ca3b701b3ecfe9e5d0187544"
77
}

0 commit comments

Comments
 (0)