Skip to content

Commit

Permalink
mage generations
Browse files Browse the repository at this point in the history
  • Loading branch information
hacks4snacks committed Jul 25, 2024
1 parent f7eefb0 commit 63e241c
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,18 @@ spec:
type: object
cvsssource:
type: string
dataSource:
description: DataSource represents the source of vulnerability
data.
properties:
id:
description: SourceID represents data source such as NVD.
type: string
name:
type: string
url:
type: string
type: object
description:
type: string
fixedVersion:
Expand Down Expand Up @@ -255,6 +267,9 @@ spec:
- LOW
- UNKNOWN
type: string
severitySource:
description: SourceID represents data source such as NVD.
type: string
target:
type: string
title:
Expand Down
27 changes: 13 additions & 14 deletions deploy/helm/crds/aquasecurity.github.io_vulnerabilityreports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@ spec:
type: object
cvsssource:
type: string
dataSource:
description: DataSource represents the source of vulnerability
data.
properties:
id:
description: SourceID represents data source such as NVD.
type: string
name:
type: string
url:
type: string
type: object
description:
type: string
fixedVersion:
Expand Down Expand Up @@ -257,7 +269,7 @@ spec:
- UNKNOWN
type: string
severitySource:
description: SeveritySource is the data source of the severity value.
description: SourceID represents data source such as NVD.
type: string
target:
type: string
Expand All @@ -266,19 +278,6 @@ spec:
vulnerabilityID:
description: VulnerabilityID the vulnerability identifier.
type: string
dataSource:
description: DataSource is the data source of the vulnerability data.
type: object
properties:
id:
description: ID is the identifier of the data source.
type: string
name:
description: Name is the name of the data source.
type: string
url:
description: URL is the URL of the data source.
type: string
required:
- fixedVersion
- installedVersion
Expand Down
42 changes: 28 additions & 14 deletions deploy/static/trivy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,18 @@ spec:
type: object
cvsssource:
type: string
dataSource:
description: DataSource represents the source of vulnerability
data.
properties:
id:
description: SourceID represents data source such as NVD.
type: string
name:
type: string
url:
type: string
type: object
description:
type: string
fixedVersion:
Expand Down Expand Up @@ -1462,6 +1474,9 @@ spec:
- LOW
- UNKNOWN
type: string
severitySource:
description: SourceID represents data source such as NVD.
type: string
target:
type: string
title:
Expand Down Expand Up @@ -2853,6 +2868,18 @@ spec:
type: object
cvsssource:
type: string
dataSource:
description: DataSource represents the source of vulnerability
data.
properties:
id:
description: SourceID represents data source such as NVD.
type: string
name:
type: string
url:
type: string
type: object
description:
type: string
fixedVersion:
Expand Down Expand Up @@ -2897,7 +2924,7 @@ spec:
- UNKNOWN
type: string
severitySource:
description: SeveritySource is the data source of the severity value.
description: SourceID represents data source such as NVD.
type: string
target:
type: string
Expand All @@ -2906,19 +2933,6 @@ spec:
vulnerabilityID:
description: VulnerabilityID the vulnerability identifier.
type: string
dataSource:
description: DataSource is the data source of the vulnerability data.
type: object
properties:
id:
description: ID is the identifier of the data source.
type: string
name:
description: Name is the name of the data source.
type: string
url:
description: URL is the URL of the data source.
type: string
required:
- fixedVersion
- installedVersion
Expand Down
20 changes: 20 additions & 0 deletions pkg/apis/aquasecurity/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63e241c

Please sign in to comment.