Skip to content

Commit

Permalink
document new parameters for the sshd_oval_check macro
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Aug 1, 2024
1 parent 7d232bc commit 3d1cc76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared/macros/10-oval.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,10 @@ datatype="{{{ datatype }}}" version="1">
:type missing_parameter_pass: bool
:param config_is_distributed: Is the param in /etc/sshd_config.d vs just /etc/ssh/sshd_config
:type config_is_distributed: bool
:param xccdf_variable: the name of an XCCDF variable carrying the value, this conflicts with the value parameter
:type xccdf_variable: str
:param datatype: a data type of the value
:type datatype: str

#}}
{{%- macro sshd_oval_check(parameter, value, missing_parameter_pass, config_is_distributed, xccdf_variable="", datatype="") -%}}
Expand Down

0 comments on commit 3d1cc76

Please sign in to comment.