google-apis-containeranalysis_v1alpha1 0.61.0 → 0.62.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83bdab9487479a0c131b80320386c314d8253277943be8cc149d6a3cf30543c3
|
4
|
+
data.tar.gz: 32d0e6dd1d27da45aef09ea57ad3cb21eaf4b53f0b2e9803fa3019fc5637da7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 583441e8092edfeff57f522c0612413c3b8340ddf42950ca7b4e8f89ee156776a0ec1b53e30d0158836b45edae38db35d2361e34109cf8dbfcaf188cc988b4e6
|
7
|
+
data.tar.gz: f6f46d52741f8a31b26fd072996c86514398b873ea0149a4335b80d5cb6cc966d093b5b6dabe5b47c6c2b75820d767269ac69f9bdd0f7582892241d12a2e6413
|
data/CHANGELOG.md
CHANGED
@@ -1079,6 +1079,11 @@ module Google
|
|
1079
1079
|
# @return [String]
|
1080
1080
|
attr_accessor :description
|
1081
1081
|
|
1082
|
+
# Potential impact of the suggested remediation
|
1083
|
+
# Corresponds to the JSON property `impact`
|
1084
|
+
# @return [String]
|
1085
|
+
attr_accessor :impact
|
1086
|
+
|
1082
1087
|
# A rationale for the existence of this compliance check.
|
1083
1088
|
# Corresponds to the JSON property `rationale`
|
1084
1089
|
# @return [String]
|
@@ -1113,6 +1118,7 @@ module Google
|
|
1113
1118
|
def update!(**args)
|
1114
1119
|
@cis_benchmark = args[:cis_benchmark] if args.key?(:cis_benchmark)
|
1115
1120
|
@description = args[:description] if args.key?(:description)
|
1121
|
+
@impact = args[:impact] if args.key?(:impact)
|
1116
1122
|
@rationale = args[:rationale] if args.key?(:rationale)
|
1117
1123
|
@remediation = args[:remediation] if args.key?(:remediation)
|
1118
1124
|
@scan_instructions = args[:scan_instructions] if args.key?(:scan_instructions)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContaineranalysisV1alpha1
|
18
18
|
# Version of the google-apis-containeranalysis_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.62.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240301"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1282,6 +1282,7 @@ module Google
|
|
1282
1282
|
property :cis_benchmark, as: 'cisBenchmark', class: Google::Apis::ContaineranalysisV1alpha1::CisBenchmark, decorator: Google::Apis::ContaineranalysisV1alpha1::CisBenchmark::Representation
|
1283
1283
|
|
1284
1284
|
property :description, as: 'description'
|
1285
|
+
property :impact, as: 'impact'
|
1285
1286
|
property :rationale, as: 'rationale'
|
1286
1287
|
property :remediation, as: 'remediation'
|
1287
1288
|
property :scan_instructions, :base64 => true, as: 'scanInstructions'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-containeranalysis_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.62.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: 2024-
|
11
|
+
date: 2024-03-10 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_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.62.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|