google-apis-containeranalysis_v1beta1 0.24.0 → 0.26.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: fafb8802d71d64acff8180be28533f841125d62b35765438219a8dc1b26722b2
|
|
4
|
+
data.tar.gz: e31b56d39d511cb4485f4eac1237fa31467ad978386c6721e1d1c37c5fbfa6ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aecca8632a5868dbc8b208b3d218be296ac06bab186e8c5ca916e76ee148970de397810063b361c22b75b2cdbe55c47ed58cb55197ce21ac9f0f73716ef45677
|
|
7
|
+
data.tar.gz: a3cea173ada1b80888a52cc55d689127bb09bd8b2cab9439cce19cb3f0f26110c553a698eab6d42b180940c099fc0b30057b0a723b0d0007401dadb7bc780032
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.26.0 (2022-09-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220923
|
|
6
|
+
* Regenerated using generator version 0.10.0
|
|
7
|
+
|
|
8
|
+
### v0.25.0 (2022-09-07)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20220902
|
|
11
|
+
|
|
3
12
|
### v0.24.0 (2022-08-11)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20220805
|
|
@@ -341,31 +341,33 @@ module Google
|
|
|
341
341
|
# members` can have the following values: * `allUsers`: A special identifier
|
|
342
342
|
# that represents anyone who is on the internet; with or without a Google
|
|
343
343
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
|
344
|
-
# anyone who is authenticated with a Google account or a service account.
|
|
345
|
-
#
|
|
346
|
-
#
|
|
347
|
-
#
|
|
348
|
-
#
|
|
349
|
-
#
|
|
350
|
-
#
|
|
351
|
-
#
|
|
352
|
-
# .
|
|
353
|
-
#
|
|
354
|
-
# email address
|
|
355
|
-
#
|
|
356
|
-
#
|
|
357
|
-
#
|
|
358
|
-
# emailid
|
|
359
|
-
#
|
|
360
|
-
#
|
|
361
|
-
#
|
|
362
|
-
#
|
|
363
|
-
#
|
|
364
|
-
#
|
|
365
|
-
#
|
|
366
|
-
#
|
|
367
|
-
#
|
|
368
|
-
#
|
|
344
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
|
345
|
+
# not include identities that come from external identity providers (IdPs)
|
|
346
|
+
# through identity federation. * `user:`emailid``: An email address that
|
|
347
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
|
348
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
|
349
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
|
350
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
|
351
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
|
352
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
|
353
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
|
354
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
|
355
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
|
356
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
|
357
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
|
358
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
|
359
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
|
360
|
+
# address (plus unique identifier) representing a service account that has been
|
|
361
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
|
362
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
|
363
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
|
364
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
|
365
|
+
# An email address (plus unique identifier) representing a Google group that has
|
|
366
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
|
367
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
|
368
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
|
369
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
|
370
|
+
# of that domain. For example, `google.com` or `example.com`.
|
|
369
371
|
# Corresponds to the JSON property `members`
|
|
370
372
|
# @return [Array<String>]
|
|
371
373
|
attr_accessor :members
|
|
@@ -1395,6 +1397,22 @@ module Google
|
|
|
1395
1397
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
|
|
1396
1398
|
include Google::Apis::Core::Hashable
|
|
1397
1399
|
|
|
1400
|
+
# Allow this build step to fail without failing the entire build if and only if
|
|
1401
|
+
# the exit code is one of the specified codes. If allow_failure is also
|
|
1402
|
+
# specified, this field will take precedence.
|
|
1403
|
+
# Corresponds to the JSON property `allowExitCodes`
|
|
1404
|
+
# @return [Array<Fixnum>]
|
|
1405
|
+
attr_accessor :allow_exit_codes
|
|
1406
|
+
|
|
1407
|
+
# Allow this build step to fail without failing the entire build. If false, the
|
|
1408
|
+
# entire build will fail if this step fails. Otherwise, the build will succeed,
|
|
1409
|
+
# but this step will still have a failure status. Error information will be
|
|
1410
|
+
# reported in the failure_detail field.
|
|
1411
|
+
# Corresponds to the JSON property `allowFailure`
|
|
1412
|
+
# @return [Boolean]
|
|
1413
|
+
attr_accessor :allow_failure
|
|
1414
|
+
alias_method :allow_failure?, :allow_failure
|
|
1415
|
+
|
|
1398
1416
|
# A list of arguments that will be presented to the step when it is started. If
|
|
1399
1417
|
# the image used to run the step's container has an entrypoint, the `args` are
|
|
1400
1418
|
# used as arguments to that entrypoint. If the image does not define an
|
|
@@ -1428,6 +1446,11 @@ module Google
|
|
|
1428
1446
|
# @return [Array<String>]
|
|
1429
1447
|
attr_accessor :env
|
|
1430
1448
|
|
|
1449
|
+
# Output only. Return code from running the step.
|
|
1450
|
+
# Corresponds to the JSON property `exitCode`
|
|
1451
|
+
# @return [Fixnum]
|
|
1452
|
+
attr_accessor :exit_code
|
|
1453
|
+
|
|
1431
1454
|
# Unique identifier for this build step, used in `wait_for` to reference this
|
|
1432
1455
|
# build step as a dependency.
|
|
1433
1456
|
# Corresponds to the JSON property `id`
|
|
@@ -1509,10 +1532,13 @@ module Google
|
|
|
1509
1532
|
|
|
1510
1533
|
# Update properties of this object
|
|
1511
1534
|
def update!(**args)
|
|
1535
|
+
@allow_exit_codes = args[:allow_exit_codes] if args.key?(:allow_exit_codes)
|
|
1536
|
+
@allow_failure = args[:allow_failure] if args.key?(:allow_failure)
|
|
1512
1537
|
@args = args[:args] if args.key?(:args)
|
|
1513
1538
|
@dir = args[:dir] if args.key?(:dir)
|
|
1514
1539
|
@entrypoint = args[:entrypoint] if args.key?(:entrypoint)
|
|
1515
1540
|
@env = args[:env] if args.key?(:env)
|
|
1541
|
+
@exit_code = args[:exit_code] if args.key?(:exit_code)
|
|
1516
1542
|
@id = args[:id] if args.key?(:id)
|
|
1517
1543
|
@name = args[:name] if args.key?(:name)
|
|
1518
1544
|
@pull_timing = args[:pull_timing] if args.key?(:pull_timing)
|
|
@@ -3329,6 +3355,11 @@ module Google
|
|
|
3329
3355
|
# @return [Float]
|
|
3330
3356
|
attr_accessor :cvss_score
|
|
3331
3357
|
|
|
3358
|
+
# Output only. CVSS version used to populate cvss_score and severity.
|
|
3359
|
+
# Corresponds to the JSON property `cvssVersion`
|
|
3360
|
+
# @return [String]
|
|
3361
|
+
attr_accessor :cvss_version
|
|
3362
|
+
|
|
3332
3363
|
# The distro assigned severity for this vulnerability when it is available, and
|
|
3333
3364
|
# note provider assigned severity when distro has not yet assigned a severity
|
|
3334
3365
|
# for this vulnerability. When there are multiple PackageIssues for this
|
|
@@ -3381,6 +3412,7 @@ module Google
|
|
|
3381
3412
|
# Update properties of this object
|
|
3382
3413
|
def update!(**args)
|
|
3383
3414
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
|
3415
|
+
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
|
3384
3416
|
@effective_severity = args[:effective_severity] if args.key?(:effective_severity)
|
|
3385
3417
|
@long_description = args[:long_description] if args.key?(:long_description)
|
|
3386
3418
|
@package_issue = args[:package_issue] if args.key?(:package_issue)
|
|
@@ -5218,6 +5250,11 @@ module Google
|
|
|
5218
5250
|
# @return [Google::Apis::ContaineranalysisV1beta1::CvsSv3]
|
|
5219
5251
|
attr_accessor :cvss_v3
|
|
5220
5252
|
|
|
5253
|
+
# CVSS version used to populate cvss_score and severity.
|
|
5254
|
+
# Corresponds to the JSON property `cvssVersion`
|
|
5255
|
+
# @return [String]
|
|
5256
|
+
attr_accessor :cvss_version
|
|
5257
|
+
|
|
5221
5258
|
# A list of CWE for this vulnerability. For details, see: https://cwe.mitre.org/
|
|
5222
5259
|
# index.html
|
|
5223
5260
|
# Corresponds to the JSON property `cwe`
|
|
@@ -5260,6 +5297,7 @@ module Google
|
|
|
5260
5297
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
|
5261
5298
|
@cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
|
|
5262
5299
|
@cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
|
|
5300
|
+
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
|
5263
5301
|
@cwe = args[:cwe] if args.key?(:cwe)
|
|
5264
5302
|
@details = args[:details] if args.key?(:details)
|
|
5265
5303
|
@severity = args[:severity] if args.key?(:severity)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1beta1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220923"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1119,10 +1119,13 @@ module Google
|
|
|
1119
1119
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
|
|
1120
1120
|
# @private
|
|
1121
1121
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1122
|
+
collection :allow_exit_codes, as: 'allowExitCodes'
|
|
1123
|
+
property :allow_failure, as: 'allowFailure'
|
|
1122
1124
|
collection :args, as: 'args'
|
|
1123
1125
|
property :dir, as: 'dir'
|
|
1124
1126
|
property :entrypoint, as: 'entrypoint'
|
|
1125
1127
|
collection :env, as: 'env'
|
|
1128
|
+
property :exit_code, as: 'exitCode'
|
|
1126
1129
|
property :id, as: 'id'
|
|
1127
1130
|
property :name, as: 'name'
|
|
1128
1131
|
property :pull_timing, as: 'pullTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1649,6 +1652,7 @@ module Google
|
|
|
1649
1652
|
# @private
|
|
1650
1653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1651
1654
|
property :cvss_score, as: 'cvssScore'
|
|
1655
|
+
property :cvss_version, as: 'cvssVersion'
|
|
1652
1656
|
property :effective_severity, as: 'effectiveSeverity'
|
|
1653
1657
|
property :long_description, as: 'longDescription'
|
|
1654
1658
|
collection :package_issue, as: 'packageIssue', class: Google::Apis::ContaineranalysisV1beta1::PackageIssue, decorator: Google::Apis::ContaineranalysisV1beta1::PackageIssue::Representation
|
|
@@ -2124,6 +2128,7 @@ module Google
|
|
|
2124
2128
|
|
|
2125
2129
|
property :cvss_v3, as: 'cvssV3', class: Google::Apis::ContaineranalysisV1beta1::CvsSv3, decorator: Google::Apis::ContaineranalysisV1beta1::CvsSv3::Representation
|
|
2126
2130
|
|
|
2131
|
+
property :cvss_version, as: 'cvssVersion'
|
|
2127
2132
|
collection :cwe, as: 'cwe'
|
|
2128
2133
|
collection :details, as: 'details', class: Google::Apis::ContaineranalysisV1beta1::Detail, decorator: Google::Apis::ContaineranalysisV1beta1::Detail::Representation
|
|
2129
2134
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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: 2022-
|
|
11
|
+
date: 2022-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.9.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 0.9.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|