Skip to content

Commit fa7e24f

Browse files
authored
Merge pull request #64 from kaytu-io/update-defaults
updating defaults
2 parents 239c199 + 0787eff commit fa7e24f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

compliance/frameworks/cloud/aws_cis_v300/root.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tags:
2929
- AWS
3030
type:
3131
- Benchmark
32-
Enabled: false
33-
AutoAssign: false
32+
Enabled: true
33+
AutoAssign: true
3434
Controls: []
3535
TracksDriftEvents: false

compliance/frameworks/cloud/aws_nist_csf/root.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Tags:
2525
- AWS
2626
type:
2727
- Benchmark
28-
Enabled: false
28+
Enabled: true
2929
AutoAssign: false
3030
Controls: []
3131
TracksDriftEvents: false

compliance/frameworks/cloud/azure_cis_v210/root.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Children:
1515
- azure_cis_v210_9
1616
- azure_cis_v210_10
1717
Tags: {}
18-
Enabled: false
19-
AutoAssign: false
18+
Enabled: true
19+
AutoAssign: true
2020
Controls: []
2121
TracksDriftEvents: false

compliance/frameworks/cloud/azure_msb/root.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Children:
1515
- azure_msb_ask
1616
Controls: []
1717
Enabled: true
18-
SectionCode: ""
18+
AutoAssign: true
19+
SectionCode: "azure_msb_main"
1920
Tags:
2021
category:
2122
- Compliance
@@ -31,4 +32,4 @@ Tags:
3132
- Azure
3233
type:
3334
- Benchmark
34-
TracksDriftEvents: true
35+
TracksDriftEvents: false

0 commit comments

Comments
 (0)