Skip to content

Commit

Permalink
match descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwaldron committed Nov 15, 2023
1 parent 81910f5 commit 67fd0ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions deploy/static/trivy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 67fd0ff

Please sign in to comment.