-
Notifications
You must be signed in to change notification settings - Fork 3
/
.taskcat.yml
68 lines (68 loc) · 2.88 KB
/
.taskcat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
project:
name: cfn-abi-lacework-polygraph
owner: [email protected]
package_lambda: true
s3_regional_buckets: false
regions:
- us-east-1
tests:
cfn-abi-lacework-polygraph-multi-org-multi-sub-mapping:
regions:
- us-east-1 # Control Tower Home region for Pilot
template: templates/cfn-abi-lacework-polygraph.template.yaml
parameters:
pSRAStagingS3KeyPrefix: $[taskcat_project_name]
pSRASourceS3BucketName: $[taskcat_autobucket]
pSRAS3BucketRegion: $[taskcat_current_region]
LaceworkURL: laceworkalliances.lacework.net
LaceworkAccessKeyID: $[taskcat_ssm_/lacework/LaceworkAccessKeyID]
LaceworkSecretKey: $[taskcat_ssm_/lacework/LaceworkSecretKey]
pCreateAWSControlTowerExecutionRole: 'true'
cfn-abi-lacework-polygraph-multi-org-sra-enabled:
regions:
- us-east-1 # Control Tower Home region for Pilot
template: templates/cfn-abi-lacework-polygraph.template.yaml
parameters:
pSRAStagingS3KeyPrefix: $[taskcat_project_name]
pSRASourceS3BucketName: $[taskcat_autobucket]
pSRAS3BucketRegion: $[taskcat_current_region]
LaceworkURL: laceworkalliances.lacework.net
LaceworkAccessKeyID: $[taskcat_ssm_/lacework/LaceworkAccessKeyID]
LaceworkSecretKey: $[taskcat_ssm_/lacework/LaceworkSecretKey]
pDisableGuardDuty: 'Yes'
pCreateAWSControlTowerExecutionRole: 'true'
pConfigureGuardDuty: 'Yes'
pConfigureSecurityHub: 'Yes'
pDisableSecurityHub: 'Yes'
cfn-abi-lacework-polygraph-multi-org-sra-gdonly:
regions:
- us-east-1 # Control Tower Home region for Pilot
template: templates/cfn-abi-lacework-polygraph.template.yaml
parameters:
pSRAStagingS3KeyPrefix: $[taskcat_project_name]
pSRASourceS3BucketName: $[taskcat_autobucket]
pSRAS3BucketRegion: $[taskcat_current_region]
LaceworkURL: laceworkalliances.lacework.net
LaceworkAccessKeyID: $[taskcat_ssm_/lacework/LaceworkAccessKeyID]
LaceworkSecretKey: $[taskcat_ssm_/lacework/LaceworkSecretKey]
pDisableGuardDuty: 'Yes'
pCreateAWSControlTowerExecutionRole: 'true'
pConfigureGuardDuty: 'Yes'
pConfigureSecurityHub: 'No'
pDisableSecurityHub: 'No'
cfn-abi-lacework-polygraph-multi-org-sra-shonly:
regions:
- us-east-1 # Control Tower Home region for Pilot
template: templates/cfn-abi-lacework-polygraph.template.yaml
parameters:
pSRAStagingS3KeyPrefix: $[taskcat_project_name]
pSRASourceS3BucketName: $[taskcat_autobucket]
pSRAS3BucketRegion: $[taskcat_current_region]
LaceworkURL: laceworkalliances.lacework.net
LaceworkAccessKeyID: $[taskcat_ssm_/lacework/LaceworkAccessKeyID]
LaceworkSecretKey: $[taskcat_ssm_/lacework/LaceworkSecretKey]
pDisableGuardDuty: 'No'
pCreateAWSControlTowerExecutionRole: 'true'
pConfigureGuardDuty: 'No'
pConfigureSecurityHub: 'Yes'
pDisableSecurityHub: 'Yes'