Skip to content

Commit

Permalink
fix: oval_line_in_file_object/doc: missing_parameter_pass is bool
Browse files Browse the repository at this point in the history
  • Loading branch information
maage committed May 21, 2023
1 parent 419154b commit 1428ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/macros/10-oval.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Generates the :code:`<affected>` tag for OVAL check using correct product platfo
:param separator_regex: Regular expression to be used as the separator of parameter and value in a configuration file. If spaces are allowed, this should be included in the regular expression.
:type separator_regex: str
:param missing_parameter_pass: If set, the check will also pass if the parameter is not present in the configuration file (default is applied).
:type missing_parameter_pass: str
:type missing_parameter_pass: bool
: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.
:type multi_value: bool
:param filename_regex: If specified, the first argument is interpreted as `path`, and this will serve as `filename` regex.
Expand Down

0 comments on commit 1428ab1

Please sign in to comment.