-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathcoverage.json
98 lines (98 loc) · 2.58 KB
/
coverage.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
88
89
90
91
92
93
94
95
96
97
98
[
{
"resource_type": "AWS::EC2::SecurityGroup",
"policy_statements": [
"cloudformation:GetResource",
"ec2:DescribeSecurityGroups"
],
"service": "ec2",
"identifier": "GroupId"
},
{
"resource_type": "AWS::EC2::Subnet",
"policy_statements": [
"cloudformation:GetResource",
"ec2:DescribeSubnets"
],
"service": "ec2",
"identifier": "SubnetId"
},
{
"resource_type": "AWS::EC2::VPC",
"policy_statements": [
"cloudformation:GetResource",
"ec2:DescribeVpcs"
],
"service": "ec2",
"identifier": "VpcId"
},
{
"resource_type": "AWS::ECR::Repository",
"policy_statements": [
"cloudformation:GetResource",
"ecr:BatchCheckLayerAvailability",
"ecr:BatchGetImage",
"ecr:DescribeRepositories",
"ecr:GetAuthorizationToken",
"ecr:GetDownloadUrlForLayer",
"ecr:GetLifecyclePolicy",
"ecr:GetRepositoryPolicy",
"ecr:ListTagsForResource"
],
"service": "ecr",
"identifier": "RepositoryName:<ImageTag[Optional]>"
},
{
"resource_type": "AWS::IAM::Policy",
"policy_statements": [
"iam:GetPolicy"
],
"service": "iam",
"identifier": "Arn"
},
{
"resource_type": "AWS::IAM::Role",
"policy_statements": [
"cloudformation:GetResource",
"iam:GetRole"
],
"service": "iam",
"identifier": "RoleName"
},
{
"resource_type": "AWS::KMS::Key",
"policy_statements": [
"cloudformation:GetResource",
"kms:DescribeKey"
],
"service": "kms",
"identifier": "KeyId"
},
{
"resource_type": "AWS::Lambda::LayerVersion",
"policy_statements": [
"cloudformation:GetResource",
"lambda:GetLayerVersion"
],
"service": "lambda",
"identifier": "LayerVersionArn"
},
{
"resource_type": "AWS::SSM::Parameter",
"policy_statements": [
"cloudformation:GetResource",
"ssm:GetParameters"
],
"service": "ssm",
"identifier": "Name"
},
{
"resource_type": "AWS::SecretsManager::Secret",
"policy_statements": [
"cloudformation:GetResource",
"secretsmanager:DescribeSecret"
],
"service": "secretsmanager",
"identifier": "Arn"
}
]