1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

bz1944506: added alternative actions.

bz1944506: added table

fixing PR 36303
This commit is contained in:
Neal Alhadeff
2021-09-13 08:19:08 -04:00
committed by openshift-cherrypick-robot
parent 2baf9498db
commit f7def28090

View File

@@ -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]