google-apis-containeranalysis_v1beta1 0.47.0 → 0.48.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: 33d9221b75a720e17fa711cb5a68b563aca2c7e1082651e06ca2c1054e073c6d
|
4
|
+
data.tar.gz: ae6bdd2a97de4cc2ae7c093875ecafec16c242aa4c2f113e2f343568ed129e04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f47458e307c980d349a22f281b675dcdad487d87218233de7c19e3f1b90bcfd25d5bcae31dc572271346b298b2d61c129d280d2420b11cdb792995a2780d3bb
|
7
|
+
data.tar.gz: 761fc221b0227ba144fbce26f4d098dda37b331adba22000c006b0d4639e38a1349672d0fc120144c0de9ba3e9b947f3089ea9426b1c1e25822bb15602e81e79
|
data/CHANGELOG.md
CHANGED
@@ -2514,6 +2514,16 @@ module Google
|
|
2514
2514
|
# @return [Hash<String,Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes>]
|
2515
2515
|
attr_accessor :file_hashes
|
2516
2516
|
|
2517
|
+
# Location of the source in a 2nd-gen Google Cloud Build repository resource.
|
2518
|
+
# Corresponds to the JSON property `resolvedConnectedRepository`
|
2519
|
+
# @return [Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository]
|
2520
|
+
attr_accessor :resolved_connected_repository
|
2521
|
+
|
2522
|
+
# Location of the source in any accessible Git repository.
|
2523
|
+
# Corresponds to the JSON property `resolvedGitSource`
|
2524
|
+
# @return [Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource]
|
2525
|
+
attr_accessor :resolved_git_source
|
2526
|
+
|
2517
2527
|
# Location of the source in a Google Cloud Source Repository.
|
2518
2528
|
# Corresponds to the JSON property `resolvedRepoSource`
|
2519
2529
|
# @return [Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource]
|
@@ -2538,6 +2548,8 @@ module Google
|
|
2538
2548
|
# Update properties of this object
|
2539
2549
|
def update!(**args)
|
2540
2550
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
2551
|
+
@resolved_connected_repository = args[:resolved_connected_repository] if args.key?(:resolved_connected_repository)
|
2552
|
+
@resolved_git_source = args[:resolved_git_source] if args.key?(:resolved_git_source)
|
2541
2553
|
@resolved_repo_source = args[:resolved_repo_source] if args.key?(:resolved_repo_source)
|
2542
2554
|
@resolved_storage_source = args[:resolved_storage_source] if args.key?(:resolved_storage_source)
|
2543
2555
|
@resolved_storage_source_manifest = args[:resolved_storage_source_manifest] if args.key?(:resolved_storage_source_manifest)
|
@@ -3069,6 +3081,11 @@ module Google
|
|
3069
3081
|
# @return [String]
|
3070
3082
|
attr_accessor :last_analysis_time
|
3071
3083
|
|
3084
|
+
# The last time this resource was scanned.
|
3085
|
+
# Corresponds to the JSON property `lastScanTime`
|
3086
|
+
# @return [String]
|
3087
|
+
attr_accessor :last_scan_time
|
3088
|
+
|
3072
3089
|
# The status of an SBOM generation.
|
3073
3090
|
# Corresponds to the JSON property `sbomStatus`
|
3074
3091
|
# @return [Google::Apis::ContaineranalysisV1beta1::SbomStatus]
|
@@ -3086,6 +3103,7 @@ module Google
|
|
3086
3103
|
@analysis_status_error = args[:analysis_status_error] if args.key?(:analysis_status_error)
|
3087
3104
|
@continuous_analysis = args[:continuous_analysis] if args.key?(:continuous_analysis)
|
3088
3105
|
@last_analysis_time = args[:last_analysis_time] if args.key?(:last_analysis_time)
|
3106
|
+
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
3089
3107
|
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
|
3090
3108
|
end
|
3091
3109
|
end
|
@@ -3164,7 +3182,7 @@ module Google
|
|
3164
3182
|
end
|
3165
3183
|
|
3166
3184
|
# DocumentNote represents an SPDX Document Creation Information section: https://
|
3167
|
-
# spdx.github.io/spdx-spec/
|
3185
|
+
# spdx.github.io/spdx-spec/2-document-creation-information/
|
3168
3186
|
class DocumentNote
|
3169
3187
|
include Google::Apis::Core::Hashable
|
3170
3188
|
|
@@ -3192,7 +3210,7 @@ module Google
|
|
3192
3210
|
end
|
3193
3211
|
|
3194
3212
|
# DocumentOccurrence represents an SPDX Document Creation Information section:
|
3195
|
-
# https://spdx.github.io/spdx-spec/
|
3213
|
+
# https://spdx.github.io/spdx-spec/2-document-creation-information/
|
3196
3214
|
class DocumentOccurrence
|
3197
3215
|
include Google::Apis::Core::Hashable
|
3198
3216
|
|
@@ -4772,7 +4790,7 @@ module Google
|
|
4772
4790
|
attr_accessor :related_url
|
4773
4791
|
|
4774
4792
|
# DocumentNote represents an SPDX Document Creation Information section: https://
|
4775
|
-
# spdx.github.io/spdx-spec/
|
4793
|
+
# spdx.github.io/spdx-spec/2-document-creation-information/
|
4776
4794
|
# Corresponds to the JSON property `sbom`
|
4777
4795
|
# @return [Google::Apis::ContaineranalysisV1beta1::DocumentNote]
|
4778
4796
|
attr_accessor :sbom
|
@@ -4936,7 +4954,7 @@ module Google
|
|
4936
4954
|
attr_accessor :resource
|
4937
4955
|
|
4938
4956
|
# DocumentOccurrence represents an SPDX Document Creation Information section:
|
4939
|
-
# https://spdx.github.io/spdx-spec/
|
4957
|
+
# https://spdx.github.io/spdx-spec/2-document-creation-information/
|
4940
4958
|
# Corresponds to the JSON property `sbom`
|
4941
4959
|
# @return [Google::Apis::ContaineranalysisV1beta1::DocumentOccurrence]
|
4942
4960
|
attr_accessor :sbom
|
@@ -6652,6 +6670,11 @@ module Google
|
|
6652
6670
|
# @return [Array<Google::Apis::ContaineranalysisV1beta1::Detail>]
|
6653
6671
|
attr_accessor :details
|
6654
6672
|
|
6673
|
+
# Occurrence-specific extra details about the vulnerability.
|
6674
|
+
# Corresponds to the JSON property `extraDetails`
|
6675
|
+
# @return [String]
|
6676
|
+
attr_accessor :extra_details
|
6677
|
+
|
6655
6678
|
# Note provider assigned impact of the vulnerability.
|
6656
6679
|
# Corresponds to the JSON property `severity`
|
6657
6680
|
# @return [String]
|
@@ -6684,6 +6707,7 @@ module Google
|
|
6684
6707
|
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
6685
6708
|
@cwe = args[:cwe] if args.key?(:cwe)
|
6686
6709
|
@details = args[:details] if args.key?(:details)
|
6710
|
+
@extra_details = args[:extra_details] if args.key?(:extra_details)
|
6687
6711
|
@severity = args[:severity] if args.key?(:severity)
|
6688
6712
|
@source_update_time = args[:source_update_time] if args.key?(:source_update_time)
|
6689
6713
|
@windows_details = args[:windows_details] if args.key?(:windows_details)
|
@@ -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.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230915"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1588,6 +1588,10 @@ module Google
|
|
1588
1588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1589
1589
|
hash :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
1590
1590
|
|
1591
|
+
property :resolved_connected_repository, as: 'resolvedConnectedRepository', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository::Representation
|
1592
|
+
|
1593
|
+
property :resolved_git_source, as: 'resolvedGitSource', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource::Representation
|
1594
|
+
|
1591
1595
|
property :resolved_repo_source, as: 'resolvedRepoSource', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource::Representation
|
1592
1596
|
|
1593
1597
|
property :resolved_storage_source, as: 'resolvedStorageSource', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource::Representation
|
@@ -1745,6 +1749,7 @@ module Google
|
|
1745
1749
|
|
1746
1750
|
property :continuous_analysis, as: 'continuousAnalysis'
|
1747
1751
|
property :last_analysis_time, as: 'lastAnalysisTime'
|
1752
|
+
property :last_scan_time, as: 'lastScanTime'
|
1748
1753
|
property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1beta1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1beta1::SbomStatus::Representation
|
1749
1754
|
|
1750
1755
|
end
|
@@ -2713,6 +2718,7 @@ module Google
|
|
2713
2718
|
collection :cwe, as: 'cwe'
|
2714
2719
|
collection :details, as: 'details', class: Google::Apis::ContaineranalysisV1beta1::Detail, decorator: Google::Apis::ContaineranalysisV1beta1::Detail::Representation
|
2715
2720
|
|
2721
|
+
property :extra_details, as: 'extraDetails'
|
2716
2722
|
property :severity, as: 'severity'
|
2717
2723
|
property :source_update_time, as: 'sourceUpdateTime'
|
2718
2724
|
collection :windows_details, as: 'windowsDetails', class: Google::Apis::ContaineranalysisV1beta1::WindowsDetail, decorator: Google::Apis::ContaineranalysisV1beta1::WindowsDetail::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.48.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: 2023-09-
|
11
|
+
date: 2023-09-24 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.48.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|