-
Notifications
You must be signed in to change notification settings - Fork 0
/
cypress.env.json
87 lines (87 loc) · 4.43 KB
/
cypress.env.json
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"sessionToken":"in case if captcha is enabled, replace this value with accurics's x-siac-session or orgName's x-cookie",
"sessionToken can also be passed through commandline":"",
"Accurics example:":"npx run --env sessionToken=<x-siac-session>,configFile=stagetwo",
"orgName example:": "npx run --env sessionToken=token=<x-cookie>,configFile=orgName-qadev",
"cloudScanAttemptLimit": 15,
"repoStatusCheckAttemptLimit": 10,
"cliVersion":"1.0.49",
"Below are encoded bitbucket and Github tokens for webhook validation specs":"",
"encodedBitbucketToken": "XXXXXXXXXXX",
"encodedGithubToken": "XXXXXXXXXXX",
"------------------------------|AWS CLOUD CONFIG|-----------------------------------":"",
"awsRegion": "ca-central-1",
"awsRoleARN": "arn:aws:iam::XXXXXXXXXXX:role/orgNameio-connector_dev",
"awsExternalID": "XXXXXXXX",
"awsGroupID": "",
"awsVPCName": "test-vpc1",
"awsVPCID": "vpc-XXXXXXXXXXX",
"------------------------------|AWS PROJECT CONFIG|-----------------------------------":"",
"awsCloudResourcesToBeScannedWithProfile": ["vpc","sg","subnet","lambda", "eks", "iam"],
"bitbucketBATRepo1aws": "acqa-repo1-aws-tf12-part1",
"bitbucketBATRepo2aws": "acqa-repo1-aws-tf12-part2",
"tf_version_for_aws_repos": "0.15",
"awsExpectedViolations":[
"aws_security_group,acqa-test-securitygroup1,Ensure MySQL (TCP,3306) is not accessible by a public CIDR block range",
"aws_security_group,acqa-test-securitygroup1,Ensure SSH (TCP,22) is not accessible by a public CIDR block range",
"aws_lambda_function,acqa-test-lambda1,Ensure tracing is enabled for AWS Lambda Functions",
"aws_lambda_function,acqa-test-lambda1,Ensure VPC access is enabled for AWS Lambda Functions"
],
"awsExpectedDrifts":[
"aws_security_group,acqa-test-securitygroup1,tags",
"aws_security_group,acqa-test-securitygroup1,ingress",
"aws_lambda_function,acqa-test-lambda1,memory_size",
"aws_lambda_function,acqa-test-lambda1,tags",
"aws_lambda_function,acqa-test-lambda1,filename"],
"createAWSPullRequestDetails":{
"resourceType":"aws_s3_bucket",
"resourceName":"acqa-test-s3bucket1",
"violationName":"s3Versioning",
"iacFile":"acqa-repo1-aws-tf12-part1.tf",
"bitbucketReviewerName":"Arti Singh",
"githubReviewerName":"TestReviewer1", "---github_account----":"TestReviewer1@test.com",
"gitlabReviewerName":"TestReviewer2", "---gitlab_account----":"TestReviewer2@test.com"
},
"------------------------------|AZ CLOUD CONFIG|-----------------------------------":"",
"azClientID": "XXXXXXXXXXX",
"azClientSecret": "XXXXXXXXXXX",
"azTenantID": "XXXXXXXXXXX",
"azSubID": "XXXXXXXXXXX",
"azCloudType": "public",
"azResourceGroupName": "test-rg",
"mgName": "test-group1",
"subName": "XXXXXXXXXXX",
"-----------------------------|AZURE POJECT CONFIG|-----------------------------------": "",
"azureCloudResourcesToBeScannedWithProfile": ["kubernetes_cluster","network_interface","network_security_group","virtual_network","application_security_group"],
"bitbucketBATRepo1az": "acqa-repo9-azure-tf12",
"tf_version_for_az_repos": "0.15",
"azureExpectedViolations": [
"azurerm_network_security_group,securityRule,networkPort22ExposedToInternet",
"azurerm_network_security_group,securityRule,networkPort8000ExposedToInternet"
],
"azureExpectedDrifts": [
"azurerm_application_security_group,sara-appsecuritygroup,tags.ACQAResource",
"azurerm_network_security_group,securityRule,tags.ACQAResource",
"azurerm_virtual_network,vnet,tags.ACQAResource"
],
"createAZPullRequestDetails": {
"resourceType": "azurerm_security_group",
"resourceName": "securityRule",
"violationName": "networkPort22ExposedToInternet",
"iacFile": "nsg.tf",
"bitbucketReviewerName": "Sara Joshi"
},
"------------------------------|GCP CLOUD CONFIG|-----------------------------------":"",
"gcpProjectID": "triple-bird-294722",
"gcpProjectID1": "sara-proj1-307200",
"bitbucketBATRepo1gcp": "acqa-repo8-gcp-tf13",
"tf_version_for_gcp_repos": "1.0",
"gcpCredentials": "XXXXXXXXXXX",
"gcpCredentials_perf_test": "XXXXXXXXXXX",
"--------------------------GCP PROJECT CONFIG------------------------":"",
"gcpCloudResourcesToBeScannedWithProfile": [ "dns","firewalls","globalAddresses","networks"],
"gcpExpectedViolations": [
"google_container_cluster,primary,gkeDefaultServiceAccUsed",
"google_storage_bucket,image_bucket,checkStorageBucketRetentionPolicyEnabled"
]
}