|
1898 | 1898 | "user_id" |
1899 | 1899 | ] |
1900 | 1900 | }, |
| 1901 | + { |
| 1902 | + "action": "business.members_limit_reached", |
| 1903 | + "description": "An enterprise has reached its members limit.", |
| 1904 | + "docs_reference_links": "N/A", |
| 1905 | + "fields": [ |
| 1906 | + "actor", |
| 1907 | + "actor_id", |
| 1908 | + "user_agent", |
| 1909 | + "request_id", |
| 1910 | + "request_access_security_header", |
| 1911 | + "name", |
| 1912 | + "limit", |
| 1913 | + "count", |
| 1914 | + "business", |
| 1915 | + "business_id", |
| 1916 | + "action", |
| 1917 | + "_document_id", |
| 1918 | + "@timestamp", |
| 1919 | + "created_at", |
| 1920 | + "operation_type", |
| 1921 | + "actor_is_bot" |
| 1922 | + ] |
| 1923 | + }, |
1901 | 1924 | { |
1902 | 1925 | "action": "business.organizations_limit_warning", |
1903 | 1926 | "description": "An enterprise is approaching its organizations limit.", |
|
7462 | 7485 | "programmatic_access_type" |
7463 | 7486 | ] |
7464 | 7487 | }, |
| 7488 | + { |
| 7489 | + "action": "issue_comment.pinned", |
| 7490 | + "description": "A comment on an issue was pinned to a repository.", |
| 7491 | + "docs_reference_links": "N/A", |
| 7492 | + "fields": [ |
| 7493 | + "user_agent", |
| 7494 | + "request_id", |
| 7495 | + "request_access_security_header", |
| 7496 | + "hashed_token", |
| 7497 | + "programmatic_access_type", |
| 7498 | + "actor", |
| 7499 | + "actor_id", |
| 7500 | + "oauth_application_id", |
| 7501 | + "token_id", |
| 7502 | + "token_scopes", |
| 7503 | + "repo", |
| 7504 | + "repo_id", |
| 7505 | + "public_repo", |
| 7506 | + "org", |
| 7507 | + "org_id", |
| 7508 | + "action", |
| 7509 | + "_document_id", |
| 7510 | + "@timestamp", |
| 7511 | + "created_at", |
| 7512 | + "operation_type", |
| 7513 | + "actor_is_bot" |
| 7514 | + ] |
| 7515 | + }, |
| 7516 | + { |
| 7517 | + "action": "issue_comment.unpinned", |
| 7518 | + "description": "A comment on an issue was unpinned from a repository.", |
| 7519 | + "docs_reference_links": "N/A", |
| 7520 | + "fields": [ |
| 7521 | + "actor", |
| 7522 | + "actor_id", |
| 7523 | + "user_agent", |
| 7524 | + "request_id", |
| 7525 | + "request_access_security_header", |
| 7526 | + "repo", |
| 7527 | + "repo_id", |
| 7528 | + "public_repo", |
| 7529 | + "org", |
| 7530 | + "org_id", |
| 7531 | + "action", |
| 7532 | + "_document_id", |
| 7533 | + "@timestamp", |
| 7534 | + "created_at", |
| 7535 | + "operation_type", |
| 7536 | + "actor_is_bot" |
| 7537 | + ] |
| 7538 | + }, |
7465 | 7539 | { |
7466 | 7540 | "action": "issue_comment.update", |
7467 | 7541 | "description": "A comment on an issue (other than the initial one) changed.", |
|
17032 | 17106 | "actor_is_bot" |
17033 | 17107 | ] |
17034 | 17108 | }, |
| 17109 | + { |
| 17110 | + "action": "repository_dependency_updates_self_hosted.disabled", |
| 17111 | + "description": "Dependency updates on self-hosted runners was disabled.", |
| 17112 | + "docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners", |
| 17113 | + "fields": [ |
| 17114 | + "actor", |
| 17115 | + "actor_id", |
| 17116 | + "user_agent", |
| 17117 | + "request_id", |
| 17118 | + "request_access_security_header", |
| 17119 | + "user", |
| 17120 | + "user_id", |
| 17121 | + "repo", |
| 17122 | + "repo_id", |
| 17123 | + "public_repo", |
| 17124 | + "action", |
| 17125 | + "_document_id", |
| 17126 | + "@timestamp", |
| 17127 | + "created_at", |
| 17128 | + "operation_type" |
| 17129 | + ], |
| 17130 | + "docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners" |
| 17131 | + }, |
| 17132 | + { |
| 17133 | + "action": "repository_dependency_updates_self_hosted.enabled", |
| 17134 | + "description": "Dependency updates on self-hosted runners was enabled.", |
| 17135 | + "docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners", |
| 17136 | + "fields": [ |
| 17137 | + "topic", |
| 17138 | + "actor", |
| 17139 | + "actor_id", |
| 17140 | + "user", |
| 17141 | + "user_id", |
| 17142 | + "repo", |
| 17143 | + "repo_id", |
| 17144 | + "public_repo", |
| 17145 | + "org", |
| 17146 | + "org_id", |
| 17147 | + "action", |
| 17148 | + "_document_id", |
| 17149 | + "@timestamp", |
| 17150 | + "created_at", |
| 17151 | + "operation_type", |
| 17152 | + "business", |
| 17153 | + "business_id", |
| 17154 | + "actor_is_bot", |
| 17155 | + "actor_is_agent" |
| 17156 | + ], |
| 17157 | + "docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners" |
| 17158 | + }, |
17035 | 17159 | { |
17036 | 17160 | "action": "repository_image.create", |
17037 | 17161 | "description": "An image to represent a repository was uploaded.", |
|
0 commit comments