Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11436 from evgenyz/fix-eks-cpe-ovals
Browse files Browse the repository at this point in the history
Add ocp platforms to some eks shared OVALs
  • Loading branch information
vojtapolasek authored Jan 10, 2024
2 parents 45ab494 + 313e2fe commit 24b9960
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 24b9960

Please sign in to comment.