Skip to content

Commit

Permalink
Merge pull request #245 from jan-cerny/issue_241
Browse files Browse the repository at this point in the history
Do not show OVAL details for notapplicable rules
  • Loading branch information
Mab879 authored Aug 12, 2024
2 parents 1a18bfb + 6707a87 commit 7f931fb
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,14 @@
</tr>
{% endif %}
{% include "remedations.html" %}
{% include "oval_definition_detail.html" %}
<tr role="row">
<td colspan="2" role="cell">
{%- include "oval_graph.html" %}
</td>
</tr>
{% if rule.result != "notapplicable" %}
{% include "oval_definition_detail.html" %}
<tr role="row">
<td colspan="2" role="cell">
{%- include "oval_graph.html" %}
</td>
</tr>
{% endif %}
{% if rule.cpe_tree -%}
<tr role="row">
<th class="pf-m-fit-content" role="rowheader" scope="row"><b>CPE check:</b></th>
Expand Down

0 comments on commit 7f931fb

Please sign in to comment.