google-apis-containeranalysis_v1beta1 0.70.0 → 0.71.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: 2d215065abbe070f0d816bdac814a27efeb867cf9a379ea81a202aa4a29970e6
|
|
4
|
+
data.tar.gz: 3201bfda4cea4853b39b389d022c836f295e6510dc5403eb9eb25d6dfb19b045
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a15b6b701a6d65184596ec304f6d0957fac7034e4b5b34b679d568620f2452a2ec3a135fd86dc46672e0225ada9ca501d6c9db9a7080ca4520e06f705b718b0a
|
|
7
|
+
data.tar.gz: cbe73697382fc35ac60c96de29da53a74b94e02f789b4b8ca4aac120534618a086ccf211fc6012d665ef4420252465933bd61d663455791021898de745ff9dbd
|
data/CHANGELOG.md
CHANGED
|
@@ -3488,6 +3488,11 @@ module Google
|
|
|
3488
3488
|
# @return [String]
|
|
3489
3489
|
attr_accessor :last_scan_time
|
|
3490
3490
|
|
|
3491
|
+
# The last time vulnerability scan results changed.
|
|
3492
|
+
# Corresponds to the JSON property `lastVulnerabilityUpdateTime`
|
|
3493
|
+
# @return [String]
|
|
3494
|
+
attr_accessor :last_vulnerability_update_time
|
|
3495
|
+
|
|
3491
3496
|
# The status of an SBOM generation.
|
|
3492
3497
|
# Corresponds to the JSON property `sbomStatus`
|
|
3493
3498
|
# @return [Google::Apis::ContaineranalysisV1beta1::SbomStatus]
|
|
@@ -3507,6 +3512,7 @@ module Google
|
|
|
3507
3512
|
@files = args[:files] if args.key?(:files)
|
|
3508
3513
|
@last_analysis_time = args[:last_analysis_time] if args.key?(:last_analysis_time)
|
|
3509
3514
|
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
|
3515
|
+
@last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
|
|
3510
3516
|
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
|
|
3511
3517
|
end
|
|
3512
3518
|
end
|
|
@@ -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.71.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 = "20260123"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1940,6 +1940,7 @@ module Google
|
|
|
1940
1940
|
|
|
1941
1941
|
property :last_analysis_time, as: 'lastAnalysisTime'
|
|
1942
1942
|
property :last_scan_time, as: 'lastScanTime'
|
|
1943
|
+
property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
|
|
1943
1944
|
property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1beta1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1beta1::SbomStatus::Representation
|
|
1944
1945
|
|
|
1945
1946
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.71.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.71.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|