Repository Security Updates
| action | Description | Sample | Rule |
|---|---|---|---|
| repository_ | Dependabot security updates was disabled. | Y | N |
| repository_ | Dependabot security updates was enabled. | Y | N |
repository_security_updates.disable
#Description
Dependabot security updates was disabled.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000002,
"repo_id": 9000368,
"user_id": 9000369,
"actor_id": 9000369,
"created_at": 1781030925137.0,
"business_id": 9000005,
"public_repo": false,
"actor_is_bot": false,
"org": "example-org",
"repo": "user/example-repo",
"user": "user",
"actor": "user",
"action": "repository_security_updates.disable",
"actor_ip": "ip-redacted",
"business": "example-business",
"request_id": 9000370,
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ip-redacted Safari/537.36",
"actor_location": {
"country_code": "XX"
},
"operation_type": "modify",
"external_identity_nameid": "user",
"external_identity_username": "user"
}
repository_security_updates.enable
#Description
Dependabot security updates was enabled.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000157,
"repo_id": 9000358,
"user_id": 9000359,
"actor_id": 9000359,
"created_at": 1783461844529.0,
"business_id": 9000005,
"public_repo": true,
"actor_is_bot": false,
"org": "example-org",
"repo": "user/example-repo",
"user": "user",
"actor": "user",
"topic": "example-label-116",
"action": "repository_security_updates.enable",
"business": "example-business",
"operation_type": "modify",
"external_identity_nameid": "user",
"external_identity_username": "user"
}