From 67fd0ff3a1cf42ce7bf7aa9e9f5902d94b2a69b6 Mon Sep 17 00:00:00 2001 From: cnwaldron <72021941+cnwaldron@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:23:11 -0500 Subject: [PATCH] match descriptions --- .../crds/aquasecurity.github.io_exposedsecretreports.yaml | 8 ++++---- .../crds/aquasecurity.github.io_vulnerabilityreports.yaml | 8 ++++---- deploy/static/trivy-operator.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) 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: