Skip to content

Commit e3199fd

Browse files
authored
Merge pull request #34 from opengovern/fix-autoassign-isbaseline
fix: change autoassign to isbaseline
2 parents b47ddac + 4d0eab5 commit e3199fd

File tree

52 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+56
-56
lines changed

.github/scripts/compare-controls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Benchmark struct {
1919
Children []string `json:"Children" yaml:"Children"`
2020
Tags map[string][]string `json:"Tags" yaml:"Tags"`
2121
Enabled bool `json:"Enabled" yaml:"Enabled"`
22-
AutoAssign bool `json:"AutoAssign" yaml:"AutoAssign"`
22+
IsBaseline bool `json:"IsBaseline" yaml:"IsBaseline"`
2323
Controls []string `json:"Controls" yaml:"Controls"`
2424
}
2525

compliance/frameworks/aws/aws_acsc_essential_eight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ framework:
44
description: The Australian Cyber Security Center (ACSC) Essential Eight is a set of baseline security strategies designed to mitigate cyber security incidents. The Essential Eight is a prioritized list of mitigation strategies that organizations can implement to protect their systems against a range of adversaries. The Essential Eight is based on the Australian Signals Directorate (ASD) Strategies to Mitigate Cyber Security Incidents.
55
section-code: aws_acsc_essential_eight
66
defaults:
7-
auto-assign: false
7+
is-baseline: false
88
enabled: false
99
tracks-drift-events: false
1010
control-group:

compliance/frameworks/aws/aws_acsc_essential_eight/aws_acsc_essential_eight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ framework:
44
description: The Australian Cyber Security Center (ACSC) Essential Eight is a set of baseline security strategies designed to mitigate cyber security incidents. The Essential Eight is a prioritized list of mitigation strategies that organizations can implement to protect their systems against a range of adversaries. The Essential Eight is based on the Australian Signals Directorate (ASD) Strategies to Mitigate Cyber Security Incidents.
55
section-code: aws_acsc_essential_eight
66
defaults:
7-
auto-assign: false
7+
is-baseline: false
88
enabled: false
99
tracks-drift-events: false
1010
control-group:

compliance/frameworks/aws/aws_all_controls/aws_all_controls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ framework:
44
description: This benchmark contains all controls grouped by service to help you detect resource configurations that do not meet best practices.
55
section-code: aws_all_controls
66
defaults:
7-
auto-assign: false
7+
is-baseline: false
88
enabled: false
99
tracks-drift-events: false
1010
control-group:

compliance/frameworks/aws/aws_audit_manager_control_tower/aws_audit_manager_control_tower.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ framework:
1919
type:
2020
- Benchmark
2121
defaults:
22-
auto-assign: false
22+
is-baseline: false
2323
enabled: false
2424
tracks-drift-events: false
2525
control-group:

compliance/frameworks/aws/aws_cis_compute_service_v100/aws_cis_compute_service_v100.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ framework:
2626
version:
2727
- v1.0.0
2828
defaults:
29-
auto-assign: false
29+
is-baseline: false
3030
enabled: false
3131
tracks-drift-events: false
3232
control-group:

compliance/frameworks/aws/aws_cis_controls_v8_ig1/aws_cis_controls_v8_ig1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ framework:
1919
type:
2020
- Benchmark
2121
defaults:
22-
auto-assign: false
22+
is-baseline: false
2323
enabled: false
2424
tracks-drift-events: false
2525
control-group:

compliance/frameworks/aws/aws_cis_v120/aws_cis_v120.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ framework:
2121
type:
2222
- Benchmark
2323
defaults:
24-
auto-assign: false
24+
is-baseline: false
2525
enabled: false
2626
tracks-drift-events: false
2727
control-group:

compliance/frameworks/aws/aws_cis_v130/aws_cis_v130.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ framework:
2121
type:
2222
- Benchmark
2323
defaults:
24-
auto-assign: false
24+
is-baseline: false
2525
enabled: false
2626
tracks-drift-events: false
2727
control-group:

compliance/frameworks/aws/aws_cis_v140/aws_cis_v140.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ framework:
2121
type:
2222
- Benchmark
2323
defaults:
24-
auto-assign: false
24+
is-baseline: false
2525
enabled: false
2626
tracks-drift-events: false
2727
control-group:

0 commit comments

Comments
 (0)