diff --git a/rfcs/text/0046/rule.yml b/rfcs/text/0046/rule.yml new file mode 100644 index 000000000..e3838214a --- /dev/null +++ b/rfcs/text/0046/rule.yml @@ -0,0 +1,21 @@ +--- +- name: rule + fields: + - name: remediation + level: extended + type: text + 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: + 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", "From cli: "]' + normalize: + - array + + + +