diff --git a/compliance/controls/azure/azure_appservice_api_app_cors_no_star.yaml b/compliance/controls/azure/azure_appservice_api_app_cors_no_star.yaml index abf05d21a..14d6474c6 100644 --- a/compliance/controls/azure/azure_appservice_api_app_cors_no_star.yaml +++ b/compliance/controls/azure/azure_appservice_api_app_cors_no_star.yaml @@ -30,12 +30,12 @@ Query: a.platform_resource_id AS platform_resource_id, CASE WHEN b.id IS NULL THEN 'skip' - WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '[\"*\"]' THEN 'alarm' + WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '["*"]' THEN 'alarm' ELSE 'ok' END AS status, CASE WHEN b.id IS NULL THEN a.title || ' is ' || a.kind || ' kind.' - WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '[\"*\"]' THEN a.name || ' CORS allow all domains to access the application.' + WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '["*"]' THEN a.name || ' CORS allow all domains to access the application.' ELSE a.name || ' CORS does not allow all domains to access the application.' END AS reason, a.resource_group AS resource_group, diff --git a/compliance/frameworks/tagging/root.yaml b/compliance/frameworks/tagging/root.yaml index 7a213fef8..580394b25 100755 --- a/compliance/frameworks/tagging/root.yaml +++ b/compliance/frameworks/tagging/root.yaml @@ -5,7 +5,7 @@ SectionCode: tagging Children: - tagging_aws_tagging - tagging_azure_tagging - - tagging_cost_controls +# - tagging_cost_controls Controls: [] Defaults: AutoAssign: false diff --git a/compliance/frameworks/tagging/tagging_cost_controls.yaml b/compliance/frameworks/tagging/tagging_cost_controls.yaml index bd2d0a187..200106858 100755 --- a/compliance/frameworks/tagging/tagging_cost_controls.yaml +++ b/compliance/frameworks/tagging/tagging_cost_controls.yaml @@ -4,8 +4,8 @@ Description: Cost Controls SectionCode: cost_controls Children: [] Controls: - - og_mom_cost_growth_15 - - og_connection_mom_cost_growth +# - og_mom_cost_growth_15 +# - og_connection_mom_cost_growth Tags: category: - Compliance