From 61076c755f7e0fb669f4f7c94243027a336dcd0e Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Tue, 24 Feb 2026 11:37:25 +0100 Subject: [PATCH] feat(oraclecloud): Update commercial regions (#10134) Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com> --- prowler/providers/oraclecloud/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prowler/providers/oraclecloud/config.py b/prowler/providers/oraclecloud/config.py index 902227e77c..9e428672d5 100644 --- a/prowler/providers/oraclecloud/config.py +++ b/prowler/providers/oraclecloud/config.py @@ -13,6 +13,7 @@ OCI_USER_AGENT = "Prowler" # OCI Regions - Commercial Regions OCI_COMMERCIAL_REGIONS = { + "af-casablanca-1": "af-casablanca-1", "af-johannesburg-1": "af-johannesburg-1", "ap-batam-1": "ap-batam-1", "ap-chuncheon-1": "ap-chuncheon-1",