You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shared/macros/10-oval.jinja
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -671,6 +671,8 @@ Generates the :code:`<affected>` tag for OVAL check using correct product platfo
671
671
:type value: str
672
672
:param xccdf_variable: the name of an XCCDF variable carrying the value, this conflicts with the value parameter
673
673
:type xccdf_variable: str
674
+
:param variable_datatype: data type of the XCCDF variable specified by the xccdf_variable parameter, optional, default is string
675
+
:type variable_datatype: str
674
676
:param missing_parameter_pass: If set, the check will also pass if the parameter is not present in the configuration file (default is applied).
675
677
:type missing_parameter_pass: bool
676
678
:param multi_value: If set, it means that the parameter can accept multiple values and the expected value must be present in the current list of values.
@@ -679,8 +681,8 @@ Generates the :code:`<affected>` tag for OVAL check using correct product platfo
0 commit comments