From f7def2809070899586b593a4467bf4b299e31d63 Mon Sep 17 00:00:00 2001 From: Neal Alhadeff Date: Mon, 13 Sep 2021 08:19:08 -0400 Subject: [PATCH] bz1944506: added alternative actions. bz1944506: added table fixing PR 36303 --- modules/compliance-tailored-profiles.adoc | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/modules/compliance-tailored-profiles.adoc b/modules/compliance-tailored-profiles.adoc index ef3fe24314..9c364aeafb 100644 --- a/modules/compliance-tailored-profiles.adoc +++ b/modules/compliance-tailored-profiles.adoc @@ -46,7 +46,35 @@ spec: rationale: Organizational requirements value: permissive ---- ++ + ++ +.Attributes for spec variables +[cols="1,2a",options="header"] +|=== +|Attribute +|Description + +|`extends` +|Name of the `Profile` object upon which this `TailoredProfile` is built. + +|`title` +|Human-readable title of the `TailoredProfile`. + +|`disableRules` +|A list of name and rationale pairs. Each name refers to a name of a rule object that is to be disabled. The rationale value is human-readable text describing why the rule is disabled. + +|`enableRules` +|A list of name and rationale pairs. Each name refers to a name of a rule object that is to be enabled. The rationale value is human-readable text describing why the rule is enabled. + +|`description` +|Human-readable text describing the `TailoredProfile`. + +|`setValues` +| A list of name, rationale, and value groupings. Each name refers to a name of the value set. The rationale is human-readable text describing the set. The value is the actual setting. +|=== ++ . Add the profile to the `ScanSettingsBinding` object: + [source,terminal]