Skip to content

Commit

Permalink
Merge pull request #12669 from jan-cerny/cs10
Browse files Browse the repository at this point in the history
Fix CentOS Stream 10 applicability check
  • Loading branch information
Mab879 authored Dec 4, 2024
2 parents 3b82cf9 + f0b0d38 commit f7859d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/checks/oval/installed_OS_is_centos10.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ind:textfilecontent54_test>
<ind:textfilecontent54_object id="obj_version_centos10" version="1" comment="Check os-release VERSION_ID">
<ind:filepath>/etc/os-release</ind:filepath>
<ind:pattern operation="pattern match">^VERSION_ID=&quot;(\d)&quot;$</ind:pattern>
<ind:pattern operation="pattern match">^VERSION_ID=&quot;(\d+)&quot;$</ind:pattern>
<ind:instance datatype="int">1</ind:instance>
</ind:textfilecontent54_object>
<ind:textfilecontent54_state id="state_version_centos10" version="1">
Expand Down

0 comments on commit f7859d0

Please sign in to comment.