google-apis-containeranalysis_v1 0.61.0 → 0.62.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: 7b84bb6d05a66a4fe2c1d3f612de8382b37b2bbbf06d88287738cda6969e440f
|
4
|
+
data.tar.gz: e1e5d4a4800cf05c2016bc6d68a41a574df1d3047c60a93816600841896a3af9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f0174fb2fb9367d5b5a4f1191099f70a88c8adeca46ab30330930c57425069dec5e76dd4675f247bf6e9cf0572daeb2644cd7d49c8d4b34991e310c4a12bb92
|
7
|
+
data.tar.gz: 23d8ee1e25f8b5b09e1a259f22edfe44f554fcc4243a46f10dea2ffba867c1f8a5c28f7eaabe555b2e0601ebf9c4288590a8c90ece3b57f184f73a5abd69c98f
|
data/CHANGELOG.md
CHANGED
@@ -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.62.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250704"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -23,8 +23,7 @@ module Google
|
|
23
23
|
# Container Analysis API
|
24
24
|
#
|
25
25
|
# This API is a prerequisite for leveraging Artifact Analysis scanning
|
26
|
-
# capabilities in
|
27
|
-
# Insights (runtime scanning) in GKE. In addition, the Container Analysis API is
|
26
|
+
# capabilities in Artifact Registry. In addition, the Container Analysis API is
|
28
27
|
# an implementation of the Grafeas API, which enables storing, querying, and
|
29
28
|
# retrieval of critical metadata about all of your software artifacts.
|
30
29
|
#
|
@@ -22,8 +22,7 @@ module Google
|
|
22
22
|
# Container Analysis API
|
23
23
|
#
|
24
24
|
# This API is a prerequisite for leveraging Artifact Analysis scanning
|
25
|
-
# capabilities in
|
26
|
-
# Insights (runtime scanning) in GKE. In addition, the Container Analysis API is
|
25
|
+
# capabilities in Artifact Registry. In addition, the Container Analysis API is
|
27
26
|
# an implementation of the Grafeas API, which enables storing, querying, and
|
28
27
|
# retrieval of critical metadata about all of your software artifacts.
|
29
28
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.62.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.62.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|