Skip to content

Commit 4b55158

Browse files
chore(containeranalysis): update the api
#### containeranalysis:v1alpha1 The following keys were added: - schemas.Detail.properties.source (Total Keys: 1) - schemas.Version.properties.inclusive (Total Keys: 1) #### containeranalysis:v1beta1 The following keys were added: - schemas.Detail.properties.source (Total Keys: 1) - schemas.Version.properties.inclusive (Total Keys: 1)
1 parent 50d9aa1 commit 4b55158

10 files changed

+6206
-6008
lines changed

docs/dyn/containeranalysis_v1alpha1.projects.notes.html

Lines changed: 36 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/containeranalysis_v1alpha1.projects.notes.occurrences.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ <h3>Method Details</h3>
324324
&quot;path&quot;: &quot;A String&quot;, # The path from which we gathered that this package/version is installed.
325325
&quot;version&quot;: { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # The version installed at this location.
326326
&quot;epoch&quot;: 42, # Used to correct mistakes in the version numbering scheme.
327+
&quot;inclusive&quot;: True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it&#x27;s not
327328
&quot;kind&quot;: &quot;A String&quot;, # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
328329
&quot;name&quot;: &quot;A String&quot;, # The main part of the version name.
329330
&quot;revision&quot;: &quot;A String&quot;, # The iteration of the package build from the above version.
@@ -358,6 +359,7 @@ <h3>Method Details</h3>
358359
&quot;package&quot;: &quot;A String&quot;, # Required - The package this Upgrade is for.
359360
&quot;parsedVersion&quot;: { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # Required - The version of the package in a machine + human readable form.
360361
&quot;epoch&quot;: 42, # Used to correct mistakes in the version numbering scheme.
362+
&quot;inclusive&quot;: True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it&#x27;s not
361363
&quot;kind&quot;: &quot;A String&quot;, # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
362364
&quot;name&quot;: &quot;A String&quot;, # The main part of the version name.
363365
&quot;revision&quot;: &quot;A String&quot;, # The iteration of the package build from the above version.
@@ -373,6 +375,7 @@ <h3>Method Details</h3>
373375
&quot;package&quot;: &quot;A String&quot;, # The package being described.
374376
&quot;version&quot;: { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # The version of the package being described. This field can be used as a filter in list requests.
375377
&quot;epoch&quot;: 42, # Used to correct mistakes in the version numbering scheme.
378+
&quot;inclusive&quot;: True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it&#x27;s not
376379
&quot;kind&quot;: &quot;A String&quot;, # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
377380
&quot;name&quot;: &quot;A String&quot;, # The main part of the version name.
378381
&quot;revision&quot;: &quot;A String&quot;, # The iteration of the package build from the above version.
@@ -383,6 +386,7 @@ <h3>Method Details</h3>
383386
&quot;package&quot;: &quot;A String&quot;, # The package being described.
384387
&quot;version&quot;: { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # The version of the package being described. This field can be used as a filter in list requests.
385388
&quot;epoch&quot;: 42, # Used to correct mistakes in the version numbering scheme.
389+
&quot;inclusive&quot;: True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it&#x27;s not
386390
&quot;kind&quot;: &quot;A String&quot;, # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
387391
&quot;name&quot;: &quot;A String&quot;, # The main part of the version name.
388392
&quot;revision&quot;: &quot;A String&quot;, # The iteration of the package build from the above version.

0 commit comments

Comments
 (0)