|
1875 | 1875 | "user_id" |
1876 | 1876 | ] |
1877 | 1877 | }, |
| 1878 | + { |
| 1879 | + "action": "business.organizations_limit_warning", |
| 1880 | + "description": "An enterprise is approaching its organizations limit.", |
| 1881 | + "docs_reference_links": "N/A", |
| 1882 | + "fields": [ |
| 1883 | + "actor", |
| 1884 | + "actor_id", |
| 1885 | + "user_agent", |
| 1886 | + "request_id", |
| 1887 | + "request_access_security_header", |
| 1888 | + "name", |
| 1889 | + "limit", |
| 1890 | + "count", |
| 1891 | + "business", |
| 1892 | + "business_id", |
| 1893 | + "action", |
| 1894 | + "_document_id", |
| 1895 | + "@timestamp", |
| 1896 | + "created_at", |
| 1897 | + "operation_type", |
| 1898 | + "actor_is_bot" |
| 1899 | + ] |
| 1900 | + }, |
1878 | 1901 | { |
1879 | 1902 | "action": "business.proxy_security_header_disabled", |
1880 | 1903 | "description": "The proxy security header was disabled for an enterprise. All users on the network can now access GitHub, unless blocked by other means.", |
|
17545 | 17568 | "programmatic_access_type" |
17546 | 17569 | ] |
17547 | 17570 | }, |
| 17571 | + { |
| 17572 | + "action": "repository_secret_scanning_extended_metadata.disabled", |
| 17573 | + "description": "Metadata for secret scanning alerts has been disabled at the repository level", |
| 17574 | + "docs_reference_links": "/code-security/secret-scanning/enabling-secret-scanning-features/enabling-extended-metadata-checks-for-your-repository", |
| 17575 | + "fields": [ |
| 17576 | + "actor", |
| 17577 | + "actor_id", |
| 17578 | + "user_agent", |
| 17579 | + "request_id", |
| 17580 | + "request_access_security_header", |
| 17581 | + "user", |
| 17582 | + "user_id", |
| 17583 | + "repo", |
| 17584 | + "repo_id", |
| 17585 | + "public_repo", |
| 17586 | + "org", |
| 17587 | + "org_id", |
| 17588 | + "action", |
| 17589 | + "_document_id", |
| 17590 | + "@timestamp", |
| 17591 | + "created_at", |
| 17592 | + "operation_type", |
| 17593 | + "business", |
| 17594 | + "business_id", |
| 17595 | + "actor_is_bot" |
| 17596 | + ], |
| 17597 | + "docs_reference_titles": "Enabling extended metadata checks for your repository" |
| 17598 | + }, |
17548 | 17599 | { |
17549 | 17600 | "action": "repository_secret_scanning_generic_secrets.disabled", |
17550 | 17601 | "description": "Generic secrets have been disabled at the repository level", |
|
19831 | 19882 | ], |
19832 | 19883 | "docs_reference_titles": "Managing your organization's SSH certificate authorities, Enforcing policies for security settings in your enterprise" |
19833 | 19884 | }, |
| 19885 | + { |
| 19886 | + "action": "sso_lockdown.disable", |
| 19887 | + "description": "SSO lockdown for users was disabled.", |
| 19888 | + "docs_reference_links": "N/A", |
| 19889 | + "fields": [ |
| 19890 | + "user_agent", |
| 19891 | + "request_id", |
| 19892 | + "actor", |
| 19893 | + "actor_id", |
| 19894 | + "business", |
| 19895 | + "business_id", |
| 19896 | + "action", |
| 19897 | + "_document_id", |
| 19898 | + "@timestamp", |
| 19899 | + "created_at", |
| 19900 | + "operation_type" |
| 19901 | + ] |
| 19902 | + }, |
| 19903 | + { |
| 19904 | + "action": "sso_lockdown.enable", |
| 19905 | + "description": "SSO lockdown for users was enabled.", |
| 19906 | + "docs_reference_links": "N/A", |
| 19907 | + "fields": [ |
| 19908 | + "user_agent", |
| 19909 | + "request_id", |
| 19910 | + "actor", |
| 19911 | + "actor_id", |
| 19912 | + "business", |
| 19913 | + "business_id", |
| 19914 | + "action", |
| 19915 | + "_document_id", |
| 19916 | + "@timestamp", |
| 19917 | + "created_at", |
| 19918 | + "operation_type" |
| 19919 | + ] |
| 19920 | + }, |
19834 | 19921 | { |
19835 | 19922 | "action": "sso_redirect.disable", |
19836 | 19923 | "description": "Automatic redirects for users to single sign-on (SSO) was disabled.", |
|
0 commit comments