Skip to content

Commit 5f83726

Browse files
committed
feat: add rego framework
1 parent 512d81b commit 5f83726

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
framework:
2+
id: aws_rego_test
3+
title: "Rego Test"
4+
description: "Rego test"
5+
section-code: aws_rego_test
6+
metadata:
7+
defaults:
8+
auto-assign: false
9+
enabled: false
10+
tracks-drift-events: false
11+
tags:
12+
category:
13+
- "Compliance"
14+
platform_benchmark_type:
15+
- "compliance"
16+
platform_category:
17+
- "Certifications and Attestations"
18+
- "Best Practices"
19+
plugin:
20+
- "aws"
21+
service:
22+
- "AWS"
23+
soc_2:
24+
- "true"
25+
type:
26+
- "Benchmark"
27+
control-group:
28+
- id: aws_rego_test_c_1
29+
title: "C1"
30+
description: "c1"
31+
section-code: c_1
32+
controls:
33+
- aws_ec2_classic_lb_connection_draining_enabled_rego
34+
- aws_ec2_ami_not_older_than_90_days_reg

0 commit comments

Comments
 (0)