Today the K8s exporter is able to take a single event/object from the K8s API and create a
single entity from it based on the configuration attached to the exporter in Port.
In the case of some CRDs (for example, those from Trivy), the CRD itself gets updated overtime with new information, which is stored as an array on the CRD.
To make it possible to create multiple entities from the array stored in the CRD, it is required to add a configuration to the K8s exporter that is similar to the itemsToParse (https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/webhook/#structure) capability that currently exists in Port's generic webhooks