google-apis-containeranalysis_v1 0.28.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc610cb1a292b1e87146065838d081c3929f161247fd3e6cf74a06983eb2101f
|
4
|
+
data.tar.gz: c54ee5a8f4498f217ffc4bb55609b6ead68e7cdfb923229dadcdb929be870737
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b982d9901cae8d9c9218d49412df71bd25e572c178afb6a122aab8d34618f73b709eb1c2e83cc3a95038707cbcd19af272debc2235effa848acd61aa4c441afe
|
7
|
+
data.tar.gz: 891eb2feb0553b9e40e2a751a032126719a9298390ae62e9b4d62c6893994717c8be5d354f43629bec93e03a86a5a44d8298625582df201f01b209cf4622a4d5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1
|
2
2
|
|
3
|
+
### v0.30.0 (2023-03-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230310
|
6
|
+
|
7
|
+
### v0.29.0 (2023-03-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230221
|
10
|
+
|
3
11
|
### v0.28.0 (2023-02-15)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -1652,6 +1652,11 @@ module Google
|
|
1652
1652
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions
|
1653
1653
|
include Google::Apis::Core::Hashable
|
1654
1654
|
|
1655
|
+
# Optional. Option to specify how default logs buckets are setup.
|
1656
|
+
# Corresponds to the JSON property `defaultLogsBucketBehavior`
|
1657
|
+
# @return [String]
|
1658
|
+
attr_accessor :default_logs_bucket_behavior
|
1659
|
+
|
1655
1660
|
# Requested disk size for the VM that runs the build. Note that this is *NOT* "
|
1656
1661
|
# disk free"; some of the space will be used by the operating system and build
|
1657
1662
|
# utilities. Also note that this is the minimum disk size that will be allocated
|
@@ -1747,6 +1752,7 @@ module Google
|
|
1747
1752
|
|
1748
1753
|
# Update properties of this object
|
1749
1754
|
def update!(**args)
|
1755
|
+
@default_logs_bucket_behavior = args[:default_logs_bucket_behavior] if args.key?(:default_logs_bucket_behavior)
|
1750
1756
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
1751
1757
|
@dynamic_substitutions = args[:dynamic_substitutions] if args.key?(:dynamic_substitutions)
|
1752
1758
|
@env = args[:env] if args.key?(:env)
|
@@ -5654,6 +5660,14 @@ module Google
|
|
5654
5660
|
# @return [Float]
|
5655
5661
|
attr_accessor :cvss_score
|
5656
5662
|
|
5663
|
+
# Common Vulnerability Scoring System. For details, see https://www.first.org/
|
5664
|
+
# cvss/specification-document This is a message we will try to use for storing
|
5665
|
+
# various versions of CVSS rather than making a separate proto for storing a
|
5666
|
+
# specific version.
|
5667
|
+
# Corresponds to the JSON property `cvssV2`
|
5668
|
+
# @return [Google::Apis::ContaineranalysisV1::Cvss]
|
5669
|
+
attr_accessor :cvss_v2
|
5670
|
+
|
5657
5671
|
# Common Vulnerability Scoring System version 3. For details, see https://www.
|
5658
5672
|
# first.org/cvss/specification-document
|
5659
5673
|
# Corresponds to the JSON property `cvssV3`
|
@@ -5697,6 +5711,7 @@ module Google
|
|
5697
5711
|
# Update properties of this object
|
5698
5712
|
def update!(**args)
|
5699
5713
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
5714
|
+
@cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
|
5700
5715
|
@cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
|
5701
5716
|
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
5702
5717
|
@details = args[:details] if args.key?(:details)
|
@@ -5716,6 +5731,14 @@ module Google
|
|
5716
5731
|
# @return [Float]
|
5717
5732
|
attr_accessor :cvss_score
|
5718
5733
|
|
5734
|
+
# Common Vulnerability Scoring System. For details, see https://www.first.org/
|
5735
|
+
# cvss/specification-document This is a message we will try to use for storing
|
5736
|
+
# various versions of CVSS rather than making a separate proto for storing a
|
5737
|
+
# specific version.
|
5738
|
+
# Corresponds to the JSON property `cvssV2`
|
5739
|
+
# @return [Google::Apis::ContaineranalysisV1::Cvss]
|
5740
|
+
attr_accessor :cvss_v2
|
5741
|
+
|
5719
5742
|
# Output only. CVSS version used to populate cvss_score and severity.
|
5720
5743
|
# Corresponds to the JSON property `cvssVersion`
|
5721
5744
|
# @return [String]
|
@@ -5786,6 +5809,7 @@ module Google
|
|
5786
5809
|
# Update properties of this object
|
5787
5810
|
def update!(**args)
|
5788
5811
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
5812
|
+
@cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
|
5789
5813
|
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
5790
5814
|
@cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
|
5791
5815
|
@effective_severity = args[:effective_severity] if args.key?(:effective_severity)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContaineranalysisV1
|
18
18
|
# Version of the google-apis-containeranalysis_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1249,6 +1249,7 @@ module Google
|
|
1249
1249
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions
|
1250
1250
|
# @private
|
1251
1251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1252
|
+
property :default_logs_bucket_behavior, as: 'defaultLogsBucketBehavior'
|
1252
1253
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
1253
1254
|
property :dynamic_substitutions, as: 'dynamicSubstitutions'
|
1254
1255
|
collection :env, as: 'env'
|
@@ -2313,6 +2314,8 @@ module Google
|
|
2313
2314
|
# @private
|
2314
2315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2315
2316
|
property :cvss_score, as: 'cvssScore'
|
2317
|
+
property :cvss_v2, as: 'cvssV2', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
|
2318
|
+
|
2316
2319
|
property :cvss_v3, as: 'cvssV3', class: Google::Apis::ContaineranalysisV1::CvsSv3, decorator: Google::Apis::ContaineranalysisV1::CvsSv3::Representation
|
2317
2320
|
|
2318
2321
|
property :cvss_version, as: 'cvssVersion'
|
@@ -2329,6 +2332,8 @@ module Google
|
|
2329
2332
|
# @private
|
2330
2333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2331
2334
|
property :cvss_score, as: 'cvssScore'
|
2335
|
+
property :cvss_v2, as: 'cvssV2', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
|
2336
|
+
|
2332
2337
|
property :cvss_version, as: 'cvssVersion'
|
2333
2338
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
|
2334
2339
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-containeranalysis_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.30.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|