Skip to content

Commit 3c066de

Browse files
committed
fix: update framework structures
1 parent ca1ba92 commit 3c066de

File tree

4 files changed

+78
-67
lines changed

4 files changed

+78
-67
lines changed

compliance/frameworks/test-framework/root.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
framework:
2+
id: test_benchmark
3+
title: Testing
4+
description: Testing Benchmark
5+
section-code: tagging
6+
metadata:
7+
defaults:
8+
auto-assign: false
9+
enabled: true
10+
tracks-drift-events: false
11+
tags:
12+
category:
13+
- Compliance
14+
platform_benchmark_type:
15+
- compliance
16+
platform_category:
17+
- Best Practices
18+
plugin:
19+
- aws
20+
- azure
21+
service:
22+
- AWS
23+
- Azure
24+
type:
25+
- Benchmark
26+
control-group:
27+
- id: testing_aws_tagging
28+
- id: testing_cost_controls
Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
ID: testing_aws_tagging
2-
Title: AWS Tagging
3-
Description: AWS Tagging
4-
SectionCode: testing_aws_tagging
5-
Children: []
6-
Controls:
7-
- aws_guardduty_enabled
8-
Tags:
9-
category:
10-
- Compliance
11-
platform_benchmark_type:
12-
- compliance
13-
platform_category:
14-
- Best Practices
15-
plugin:
16-
- aws
17-
service:
18-
- AWS
19-
type:
20-
- Benchmark
1+
control-group:
2+
id: testing_aws_tagging
3+
title: AWS Tagging
4+
description: AWS Tagging
5+
section-code: testing_aws_tagging
6+
metadata:
7+
defaults:
8+
auto-assign: null
9+
enabled: false
10+
tracks-drift-events: false
11+
tags:
12+
category:
13+
- Compliance
14+
platform_benchmark_type:
15+
- compliance
16+
platform_category:
17+
- Best Practices
18+
plugin:
19+
- aws
20+
service:
21+
- AWS
22+
type:
23+
- Benchmark
24+
controls:
25+
- aws_guardduty_enabled
Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
ID: testing_cost_controls
2-
Title: Cost Controls
3-
Description: Cost Controls
4-
SectionCode: testing_cost_controls
5-
Children: []
6-
Controls:
7-
- aws_guardduty_enabled
8-
Tags:
9-
category:
10-
- Compliance
11-
platform_benchmark_type:
12-
- compliance
13-
platform_category:
14-
- Best Practices
15-
plugin:
16-
- aws
17-
service:
18-
- AWS
19-
type:
20-
- Benchmark
1+
control-group:
2+
id: testing_cost_controls
3+
title: Cost Controls
4+
description: Cost Controls
5+
section-code: testing_cost_controls
6+
metadata:
7+
defaults:
8+
auto-assign: null
9+
enabled: false
10+
tracks-drift-events: false
11+
tags:
12+
category:
13+
- Compliance
14+
platform_benchmark_type:
15+
- compliance
16+
platform_category:
17+
- Best Practices
18+
plugin:
19+
- aws
20+
service:
21+
- AWS
22+
type:
23+
- Benchmark
24+
controls:
25+
- aws_guardduty_enabled

0 commit comments

Comments
 (0)