Checks
| action | Description | Sample | Rule |
|---|---|---|---|
| checks. | Automatic creation of check suites was disabled on a repository in the organization or enterprise. | N | N |
| checks. | Automatic creation of check suites was enabled on a repository in the organization or enterprise. | N | N |
| checks. | Logs in a check suite were deleted. | Y | N |
checks.auto_trigger_disabled
#Description
Automatic creation of check suites was disabled on a repository in the organization or enterprise.
Documented on GitHub's enterprise audit log reference.
checks.auto_trigger_enabled
#Description
Automatic creation of check suites was enabled on a repository in the organization or enterprise.
Documented on GitHub's enterprise audit log reference.
checks.delete_logs
#Description
Logs in a check suite were deleted.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"@timestamp": 1772319829343,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwMw==",
"action": "checks.delete_logs",
"actor": "user",
"actor_id": 9000002,
"created_at": 1772319829343,
"operation_type": "remove",
"public_repo": true,
"repo": "user/example-repo",
"repo_id": 9100000002,
"request_access_security_header": null,
"request_id": "D452:202D44:153409F:194FB62:69A3744F",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0"
}
References #