Skip to content

Commit 29e388a

Browse files
author
Vikranth Subramanian
committed
update example
1 parent 955e992 commit 29e388a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/nullify.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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]
113119
attack_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]

0 commit comments

Comments
 (0)