Skip to content

Commit

Permalink
Update audit log event data (#53710)
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot authored Dec 20, 2024
1 parent 3a46e83 commit de04efe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -3129,6 +3129,11 @@
"description": "A user requested to bypass secret scanning push protection.",
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
},
{
"action": "secret_scanning_scan.completed",
"description": "A secret scanning scan has completed on this repository.",
"docs_reference_links": "/code-security/secret-scanning/about-secret-scanning"
},
{
"action": "security_configuration.create",
"description": "A security configuration was created",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -3914,6 +3914,11 @@
"description": "A user requested to bypass secret scanning push protection.",
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
},
{
"action": "secret_scanning_scan.completed",
"description": "A secret scanning scan has completed on this repository.",
"docs_reference_links": "/code-security/secret-scanning/about-secret-scanning"
},
{
"action": "security_configuration.create",
"description": "A security configuration was created",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -3129,6 +3129,11 @@
"description": "A user requested to bypass secret scanning push protection.",
"docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line"
},
{
"action": "secret_scanning_scan.completed",
"description": "A secret scanning scan has completed on this repository.",
"docs_reference_links": "/code-security/secret-scanning/about-secret-scanning"
},
{
"action": "security_configuration.create",
"description": "A security configuration was created",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "9a2840e598a2a275532831e9bc3dc60b677c7926"
"sha": "cf8e25bad05e4b14ca3b701b3ecfe9e5d0187544"
}

0 comments on commit de04efe

Please sign in to comment.