From 83d04753ef565ab02616ea3dadb088ca567c729c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20De=20la=20Torre=20Vico?= Date: Tue, 23 Dec 2025 10:19:53 +0100 Subject: [PATCH] docs: add resource types for new providers (#9113) --- docs/developer-guide/checks.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developer-guide/checks.mdx b/docs/developer-guide/checks.mdx index 7a86686071..bda3fc4f82 100644 --- a/docs/developer-guide/checks.mdx +++ b/docs/developer-guide/checks.mdx @@ -312,7 +312,8 @@ The type of resource being audited. This field helps categorize and organize fin - **Azure**: Use types from [Azure Resource Graph](https://learn.microsoft.com/en-us/azure/governance/resource-graph/reference/supported-tables-resources), for example: `Microsoft.Storage/storageAccounts`. - **Google Cloud**: Use [Cloud Asset Inventory asset types](https://cloud.google.com/asset-inventory/docs/asset-types), for example: `compute.googleapis.com/Instance`. - **Kubernetes**: Use types shown under `KIND` from `kubectl api-resources`. -- **M365 / GitHub**: Leave empty due to lack of standardized types. +- **Oracle Cloud Infrastructure**: Use types from [Oracle Cloud Infrastructure documentation](https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/Search/Tasks/queryingresources_topic-Listing_Supported_Resource_Types.htm). +- **M365 / GitHub / MongoDB Atlas**: Leave empty due to lack of standardized types. #### Description