Skip to content

Commit

Permalink
Reverts parts of commit d8f6403.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Dec 19, 2022
1 parent d8f6403 commit 803a3eb
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions security/securityhub-controls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ Description: 'Security: Manage Security Hub controls when enabling security hub
Metadata:
'AWS::CloudFormation::Interface':
ParameterGroups:
- Label:
default: 'Standards Parameters'
Parameters:
- EnableCIS120Standard
- EnableCIS140Standard
- EnableFSBP100Standard
- Label:
default: 'Controls Parameters'
Parameters:
Expand All @@ -38,27 +32,6 @@ Metadata:
Parameters:
- PermissionsBoundary
Parameters:
EnableCIS120Standard:
Description: 'Enable CIS AWS Foundations Benchmark standard v1.2.0?'
Type: String
Default: false
AllowedValues:
- true
- false
EnableCIS140Standard:
Description: 'String CIS AWS Foundations Benchmark standard v1.4.0?'
Type: String
Default: false
AllowedValues:
- true
- false
EnableFSBP100Standard:
Description: 'Enable AWS Foundational Security Best Practices v1.0.0?'
Type: String
Default: false
AllowedValues:
- true
- false
DisableCIS120Controls:
Description: 'CIS AWS Foundations Benchmark standard v1.2.0 cotrols to disable (e.g., 1.14,1.20).'
Type: CommaDelimitedList
Expand Down

0 comments on commit 803a3eb

Please sign in to comment.