diff --git a/deploy/helm/crds/aquasecurity.github.io_exposedsecretreports.yaml b/deploy/helm/crds/aquasecurity.github.io_exposedsecretreports.yaml index 1b77be429..096a92e1d 100644 --- a/deploy/helm/crds/aquasecurity.github.io_exposedsecretreports.yaml +++ b/deploy/helm/crds/aquasecurity.github.io_exposedsecretreports.yaml @@ -97,16 +97,16 @@ spec: type: string type: object os: - description: OS information of the Artifact + description: OS is the Operating System of the Artifact properties: family: - description: OS family + description: Operating System Family type: string name: - description: Name of OS + description: Name or version of the OS type: string eosl: - description: End of Service Life + description: Eosl is the End of Service Life and is true if the OS version being used has reached it's end of service life type: boolean type: object registry: diff --git a/deploy/helm/crds/aquasecurity.github.io_vulnerabilityreports.yaml b/deploy/helm/crds/aquasecurity.github.io_vulnerabilityreports.yaml index fd5b3f658..00683f189 100644 --- a/deploy/helm/crds/aquasecurity.github.io_vulnerabilityreports.yaml +++ b/deploy/helm/crds/aquasecurity.github.io_vulnerabilityreports.yaml @@ -102,16 +102,16 @@ spec: type: string type: object os: - description: OS information of the Artifact + description: OS is the Operating System of the Artifact properties: family: - description: OS family + description: Operating System Family type: string name: - description: Name of OS + description: Name or version of the OS type: string eosl: - description: End of Service Life + description: Eosl is the End of Service Life and is true if the OS version being used has reached it's end of service life type: boolean type: object registry: diff --git a/deploy/static/trivy-operator.yaml b/deploy/static/trivy-operator.yaml index 8364b4fdd..7a20d3d51 100644 --- a/deploy/static/trivy-operator.yaml +++ b/deploy/static/trivy-operator.yaml @@ -1372,16 +1372,16 @@ spec: type: string type: object os: - description: OS information of the Artifact + description: OS is the Operating System of the Artifact properties: family: - description: OS family + description: Operating System Family type: string name: - description: Name of OS + description: Name or version of the OS type: string eosl: - description: End of Service Life + description: Eosl is the End of Service Life and is true if the OS version being used has reached it's end of service life type: boolean type: object registry: