google-apis-containeranalysis_v1alpha1 0.78.0 → 0.79.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: 0cfe94fefbb645b90c53f5648ce21ecc044a4570d8d0c52400e107e66076c342
|
|
4
|
+
data.tar.gz: 67eae0ac47dc0e0876ba3b0c2d607390becaa30291991484d6c1d97cd9237437
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75fa16843ff11826d0c52f89fb00e0d1520df63ea425786e820f37726b1d31d4dadf33d56fdf7bd39ed38d845847246b038dea2e87fd00e4bc27472a95977cdb
|
|
7
|
+
data.tar.gz: 5182f55af6622cfcba2a18786ba83e1c4a57c16957d576fa7ce8575e2d49871d80de3b7ede4a138dcefca96b1377f8d858d31c8265259f60097d969c60aa7874
|
data/CHANGELOG.md
CHANGED
|
@@ -3642,6 +3642,11 @@ module Google
|
|
|
3642
3642
|
# @return [String]
|
|
3643
3643
|
attr_accessor :last_scan_time
|
|
3644
3644
|
|
|
3645
|
+
# Optional. The last time vulnerability scan results changed.
|
|
3646
|
+
# Corresponds to the JSON property `lastVulnerabilityUpdateTime`
|
|
3647
|
+
# @return [String]
|
|
3648
|
+
attr_accessor :last_vulnerability_update_time
|
|
3649
|
+
|
|
3645
3650
|
# This resource represents a long-running operation that is the result of a
|
|
3646
3651
|
# network API call.
|
|
3647
3652
|
# Corresponds to the JSON property `operation`
|
|
@@ -3673,6 +3678,7 @@ module Google
|
|
|
3673
3678
|
@cpe = args[:cpe] if args.key?(:cpe)
|
|
3674
3679
|
@files = args[:files] if args.key?(:files)
|
|
3675
3680
|
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
|
3681
|
+
@last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
|
|
3676
3682
|
@operation = args[:operation] if args.key?(:operation)
|
|
3677
3683
|
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
|
|
3678
3684
|
@vulnerability_attestation = args[:vulnerability_attestation] if args.key?(:vulnerability_attestation)
|
|
@@ -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.79.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
|
|
@@ -2070,6 +2070,7 @@ module Google
|
|
|
2070
2070
|
collection :files, as: 'files', class: Google::Apis::ContaineranalysisV1alpha1::File, decorator: Google::Apis::ContaineranalysisV1alpha1::File::Representation
|
|
2071
2071
|
|
|
2072
2072
|
property :last_scan_time, as: 'lastScanTime'
|
|
2073
|
+
property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
|
|
2073
2074
|
property :operation, as: 'operation', class: Google::Apis::ContaineranalysisV1alpha1::Operation, decorator: Google::Apis::ContaineranalysisV1alpha1::Operation::Representation
|
|
2074
2075
|
|
|
2075
2076
|
property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1alpha1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1alpha1::SbomStatus::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.79.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_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.79.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|