-
Notifications
You must be signed in to change notification settings - Fork 1
/
.checkov.baseline
48 lines (48 loc) · 1.48 KB
/
.checkov.baseline
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
{
"failed_checks": [
{
"file": "/main.tf",
"findings": [
{
"resource": "aws_cloudwatch_log_group.start_stop_scheduler",
"check_ids": [
"CKV_AWS_158",
"CKV_AWS_338"
]
},
{
"resource": "aws_iam_policy_document.lambda_autoscalinggroup",
"check_ids": [
"CKV_AWS_111",
"CKV_AWS_356"
]
},
{
"resource": "aws_iam_policy_document.lambda_ec2",
"check_ids": [
"CKV_AWS_111",
"CKV_AWS_356"
]
},
{
"resource": "aws_iam_policy_document.lambda_rds",
"check_ids": [
"CKV_AWS_111",
"CKV_AWS_356"
]
},
{
"resource": "aws_lambda_function.start_stop_scheduler",
"check_ids": [
"CKV_AWS_115",
"CKV_AWS_116",
"CKV_AWS_117",
"CKV_AWS_173",
"CKV_AWS_272",
"CKV_AWS_50"
]
}
]
}
]
}