diff --git a/rfcs/text/0046/rule.yml b/rfcs/text/0046/rule.yml index 43abe3dd39..c2dcef8ee0 100644 --- a/rfcs/text/0046/rule.yml +++ b/rfcs/text/0046/rule.yml @@ -3,14 +3,19 @@ fields: - name: remediation level: extended - type: array + type: wildcard short: Recommended remediation steps if the rule evaluation fails description: > Used to capture remediation instructions that come from the benchmark / framework the rule is from example: > - Perform the following to enable MFA: + '["Perform the following to enable MFA: From Console: Sign in to the AWS Management Console and open the IAM console at 'https://console.aws.amazon.com/iam/' In the left pane, select Users. - and so on. + and so on", "From cli: "]' + normalize: + - array + + +