File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,12 @@ integrations:
110110 assignee :
111111 id : 123456:abcd1234-abcd-1234-abcd-abcde12345666
112112 name : John Smith
113+ aws :
114+ enable : true
115+ primary_account_id : 123456789012
116+ primary_region : ap-southeast-2
117+ target_regions : [ap-southeast-2, us-east-2]
118+ target_accounts : [123456789012, 123456789013]
113119attack_surface :
114120 enable : true
115121 enable_dns_enumeration : true
@@ -119,12 +125,6 @@ attack_surface:
119125 http :
120126 methods : [GET, POST]
121127 paths : [/main, /api/**/create]
122- aws_integration :
123- enable : true
124- primary_account_id : 123456789012
125- primary_region : ap-southeast-2
126- target_regions : [ap-southeast-2, us-east-2]
127- target_accounts : [123456789012, 123456789013]
128128 ignore :
129129 - http :
130130 methods : [DELETE]
You can’t perform that action at this time.
0 commit comments