Skip to content

Commit

Permalink
Add ocp platforms to some eks shared OVALs
Browse files Browse the repository at this point in the history
Shared OVALs may get into content of a wider range of products,
and it is better to preventatively include those checks,
as the project can't do that on-demand at this time.
  • Loading branch information
evgenyz committed Jan 9, 2024
1 parent 45ab494 commit 313e2fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion shared/applicability/oval/installed_app_is_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<metadata>
<title>Amazon Elastic Kubernetes Service</title>
<affected family="unix">
<platform>Amazon Elastic Kubernetes Service</platform>
<platform>multi_platform_eks</platform>
<platform>multi_platform_ocp</platform>
</affected>
<reference ref_id="cpe:/a:amazon:elastic_kubernetes_service:1" source="CPE" />
<description>The application installed installed on the system is EKS.</description>
Expand Down
3 changes: 2 additions & 1 deletion shared/applicability/oval/installed_app_is_eks_node.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<metadata>
<title>Amazon Elastic Kubernetes Service Node</title>
<affected family="unix">
<platform>Amazon Elastic Kubernetes Service Node</platform>
<platform>multi_platform_eks</platform>
<platform>multi_platform_ocp</platform>
</affected>
<reference ref_id="cpe:/o:amazon:elastic_kubernetes_service_node:1" source="CPE" />
<description>The application installed installed on the system is EKS 4.</description>
Expand Down

0 comments on commit 313e2fe

Please sign in to comment.