Skip to content

Commit ffb80e4

Browse files
committed
Update rule security_patches_up_to_date to support SLE16
1 parent d0d1766 commit ffb80e4

File tree

1 file changed

+2
-2
lines changed
  • linux_os/guide/system/software/updating/security_patches_up_to_date

1 file changed

+2
-2
lines changed

linux_os/guide/system/software/updating/security_patches_up_to_date/rule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: |-
2121
<pre>$ sudo yum update</pre>
2222
If the system is not configured to use repos, updates (in the form of RPM packages)
2323
can be manually downloaded from the repos and installed using <tt>rpm</tt>.
24-
{{% elif product in ["sle12", "sle15", "slmicro5", "slmicro6"] %}}
24+
{{% elif 'sle' in product or 'slmicro' in product %}}
2525
If the system is configured for online updates, invoking the following command will list available
2626
security updates:
2727
<pre>$ sudo zypper refresh &amp;&amp; sudo zypper list-patches -g security</pre>
@@ -49,7 +49,7 @@ identifiers:
4949
cce@sle15: CCE-83261-8
5050
cce@sle16: CCE-96484-1
5151
cce@slmicro5: CCE-93804-3
52-
cce@slmicro6: CCE-95036-0
52+
cce@slmicro6: CCE-95036-0
5353

5454
references:
5555
cis-csc: 18,20,4

0 commit comments

Comments
 (0)