File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ Query:
3030      a.platform_resource_id AS platform_resource_id, 
3131      CASE 
3232        WHEN b.id IS NULL THEN 'skip' 
33-         WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '[\"*\ "]' THEN 'alarm' 
33+         WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '["* "]' THEN 'alarm' 
3434        ELSE 'ok' 
3535      END AS status, 
3636      CASE 
3737        WHEN b.id IS NULL THEN a.title || ' is ' || a.kind || ' kind.' 
38-         WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '[\"*\ "]' THEN a.name || ' CORS allow all domains to access the application.' 
38+         WHEN configuration -> 'properties' -> 'cors' -> 'allowedOrigins' @> '["* "]' THEN a.name || ' CORS allow all domains to access the application.' 
3939        ELSE a.name || ' CORS does not allow all domains to access the application.' 
4040      END AS reason, 
4141      a.resource_group AS resource_group, 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SectionCode: tagging
55Children :
66    - tagging_aws_tagging 
77    - tagging_azure_tagging 
8-     - tagging_cost_controls 
8+ #     - tagging_cost_controls
99Controls : [] 
1010Defaults :
1111    AutoAssign : false 
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Description: Cost Controls
44SectionCode : cost_controls 
55Children : [] 
66Controls :
7-     - og_mom_cost_growth_15 
8-     - og_connection_mom_cost_growth 
7+ #     - og_mom_cost_growth_15
8+ #     - og_connection_mom_cost_growth
99Tags :
1010    category :
1111        - Compliance 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments