google-cloud-binary_authorization-v1 1.2.1 → 1.3.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 +4 -4
- data/lib/google/cloud/binary_authorization/v1/version.rb +1 -1
- data/proto_docs/grafeas/v1/common.rb +45 -0
- metadata +6 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2378089eb0da053536030a8caab53d3b189f2116c1f10d94c59df2671dbab18
|
4
|
+
data.tar.gz: 9ce9a1d2cf4a293cd8dced243012e2aa429c3d16b015152355ebfd4026d64e67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d3712a6726a7b928bed7d0bf16901bb13cf94762d754c65155e94957a1d039679c0febe8ed3ee80a948b7e92138edbdf04bb93c944dbe9f949db069f6e4c790
|
7
|
+
data.tar.gz: f44748af0dbadbb30a9e016de17b586074c5b7d2d24342fcc2c22995ed94dce985ade6a51b6cdcf07ddf69959af8d49880a89efc30a3709b3d1ed5d6b0de4c55
|
@@ -113,11 +113,53 @@ module Grafeas
|
|
113
113
|
# @return [::String]
|
114
114
|
# For jars that are contained inside .war files, this filepath
|
115
115
|
# can indicate the path to war file combined with the path to jar file.
|
116
|
+
# @!attribute [rw] layer_details
|
117
|
+
# @return [::Grafeas::V1::LayerDetails]
|
118
|
+
# Each package found in a file should have its own layer metadata (that is,
|
119
|
+
# information from the origin layer of the package).
|
116
120
|
class FileLocation
|
117
121
|
include ::Google::Protobuf::MessageExts
|
118
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
119
123
|
end
|
120
124
|
|
125
|
+
# BaseImage describes a base image of a container image.
|
126
|
+
# @!attribute [rw] name
|
127
|
+
# @return [::String]
|
128
|
+
# The name of the base image.
|
129
|
+
# @!attribute [rw] repository
|
130
|
+
# @return [::String]
|
131
|
+
# The repository name in which the base image is from.
|
132
|
+
# @!attribute [rw] layer_count
|
133
|
+
# @return [::Integer]
|
134
|
+
# The number of layers that the base image is composed of.
|
135
|
+
class BaseImage
|
136
|
+
include ::Google::Protobuf::MessageExts
|
137
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
138
|
+
end
|
139
|
+
|
140
|
+
# Details about the layer a package was found in.
|
141
|
+
# @!attribute [rw] index
|
142
|
+
# @return [::Integer]
|
143
|
+
# The index of the layer in the container image.
|
144
|
+
# @!attribute [rw] diff_id
|
145
|
+
# @return [::String]
|
146
|
+
# The diff ID (typically a sha256 hash) of the layer in the container image.
|
147
|
+
# @!attribute [rw] chain_id
|
148
|
+
# @return [::String]
|
149
|
+
# The layer chain ID (sha256 hash) of the layer in the container image.
|
150
|
+
# https://github.com/opencontainers/image-spec/blob/main/config.md#layer-chainid
|
151
|
+
# @!attribute [rw] command
|
152
|
+
# @return [::String]
|
153
|
+
# The layer build command that was used to build the layer. This may not be
|
154
|
+
# found in all layers depending on how the container image is built.
|
155
|
+
# @!attribute [rw] base_images
|
156
|
+
# @return [::Array<::Grafeas::V1::BaseImage>]
|
157
|
+
# The base images the layer is found within.
|
158
|
+
class LayerDetails
|
159
|
+
include ::Google::Protobuf::MessageExts
|
160
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
161
|
+
end
|
162
|
+
|
121
163
|
# License information.
|
122
164
|
# @!attribute [rw] expression
|
123
165
|
# @return [::String]
|
@@ -186,6 +228,9 @@ module Grafeas
|
|
186
228
|
|
187
229
|
# This represents an SBOM Reference.
|
188
230
|
SBOM_REFERENCE = 12
|
231
|
+
|
232
|
+
# This represents a secret.
|
233
|
+
SECRET = 13
|
189
234
|
end
|
190
235
|
end
|
191
236
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-binary_authorization-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
18
|
+
version: '1.0'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -127,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
121
|
requirements:
|
128
122
|
- - ">="
|
129
123
|
- !ruby/object:Gem::Version
|
130
|
-
version: '3.
|
124
|
+
version: '3.1'
|
131
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
126
|
requirements:
|
133
127
|
- - ">="
|