google-apis-containeranalysis_v1beta1 0.67.0 → 0.69.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: 4ac20d7a4b3cd7eeaca2e81ce77b325fe3b847de97c6a1359d7221227e9f844c
|
|
4
|
+
data.tar.gz: d87a83c05b4623c6563048d816c0a96eaaa428656251f8fd0aa20773a5abd75f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd688c21766661daca5ac49b28d9826b9296010a0f0f4856ba4661af003564cafbca0e34961fd985a630b0e30939fe10f2eca8b3064f524c745663bcb8bae969
|
|
7
|
+
data.tar.gz: fe3b711a4b02018fcfa1c9c13c0fcc13c925b1ab38c2e81c9aa720d1f58ddc0497c3ad311d5dc7c4636c54c148a09bb99f1ef45546ee68ffc17ebd16cc46d336
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.69.0 (2025-11-09)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251030
|
|
6
|
+
|
|
7
|
+
### v0.68.0 (2025-09-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20250905
|
|
10
|
+
|
|
3
11
|
### v0.67.0 (2025-09-07)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250829
|
|
@@ -2181,6 +2181,11 @@ module Google
|
|
|
2181
2181
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
|
|
2182
2182
|
include Google::Apis::Core::Hashable
|
|
2183
2183
|
|
|
2184
|
+
# Output only. Path to the artifact in Artifact Registry.
|
|
2185
|
+
# Corresponds to the JSON property `artifactRegistryPackage`
|
|
2186
|
+
# @return [String]
|
|
2187
|
+
attr_accessor :artifact_registry_package
|
|
2188
|
+
|
|
2184
2189
|
# Docker Registry 2.0 digest.
|
|
2185
2190
|
# Corresponds to the JSON property `digest`
|
|
2186
2191
|
# @return [String]
|
|
@@ -2203,6 +2208,7 @@ module Google
|
|
|
2203
2208
|
|
|
2204
2209
|
# Update properties of this object
|
|
2205
2210
|
def update!(**args)
|
|
2211
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
2206
2212
|
@digest = args[:digest] if args.key?(:digest)
|
|
2207
2213
|
@name = args[:name] if args.key?(:name)
|
|
2208
2214
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
@@ -2982,6 +2988,11 @@ module Google
|
|
|
2982
2988
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
|
|
2983
2989
|
include Google::Apis::Core::Hashable
|
|
2984
2990
|
|
|
2991
|
+
# Output only. Path to the artifact in Artifact Registry.
|
|
2992
|
+
# Corresponds to the JSON property `artifactRegistryPackage`
|
|
2993
|
+
# @return [String]
|
|
2994
|
+
attr_accessor :artifact_registry_package
|
|
2995
|
+
|
|
2985
2996
|
# Container message for hashes of byte content of files, used in
|
|
2986
2997
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
2987
2998
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3004,6 +3015,7 @@ module Google
|
|
|
3004
3015
|
|
|
3005
3016
|
# Update properties of this object
|
|
3006
3017
|
def update!(**args)
|
|
3018
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3007
3019
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3008
3020
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3009
3021
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -3014,6 +3026,11 @@ module Google
|
|
|
3014
3026
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
|
3015
3027
|
include Google::Apis::Core::Hashable
|
|
3016
3028
|
|
|
3029
|
+
# Output only. Path to the artifact in Artifact Registry.
|
|
3030
|
+
# Corresponds to the JSON property `artifactRegistryPackage`
|
|
3031
|
+
# @return [String]
|
|
3032
|
+
attr_accessor :artifact_registry_package
|
|
3033
|
+
|
|
3017
3034
|
# Container message for hashes of byte content of files, used in
|
|
3018
3035
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
3019
3036
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3036,6 +3053,7 @@ module Google
|
|
|
3036
3053
|
|
|
3037
3054
|
# Update properties of this object
|
|
3038
3055
|
def update!(**args)
|
|
3056
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3039
3057
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3040
3058
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3041
3059
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -3046,6 +3064,11 @@ module Google
|
|
|
3046
3064
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
|
|
3047
3065
|
include Google::Apis::Core::Hashable
|
|
3048
3066
|
|
|
3067
|
+
# Output only. Path to the artifact in Artifact Registry.
|
|
3068
|
+
# Corresponds to the JSON property `artifactRegistryPackage`
|
|
3069
|
+
# @return [String]
|
|
3070
|
+
attr_accessor :artifact_registry_package
|
|
3071
|
+
|
|
3049
3072
|
# Container message for hashes of byte content of files, used in
|
|
3050
3073
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
3051
3074
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3068,6 +3091,7 @@ module Google
|
|
|
3068
3091
|
|
|
3069
3092
|
# Update properties of this object
|
|
3070
3093
|
def update!(**args)
|
|
3094
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3071
3095
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3072
3096
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3073
3097
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -3078,6 +3102,11 @@ module Google
|
|
|
3078
3102
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
|
|
3079
3103
|
include Google::Apis::Core::Hashable
|
|
3080
3104
|
|
|
3105
|
+
# Output only. Path to the artifact in Artifact Registry.
|
|
3106
|
+
# Corresponds to the JSON property `artifactRegistryPackage`
|
|
3107
|
+
# @return [String]
|
|
3108
|
+
attr_accessor :artifact_registry_package
|
|
3109
|
+
|
|
3081
3110
|
# Container message for hashes of byte content of files, used in
|
|
3082
3111
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
3083
3112
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3100,6 +3129,7 @@ module Google
|
|
|
3100
3129
|
|
|
3101
3130
|
# Update properties of this object
|
|
3102
3131
|
def update!(**args)
|
|
3132
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3103
3133
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3104
3134
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3105
3135
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -3921,6 +3951,26 @@ module Google
|
|
|
3921
3951
|
end
|
|
3922
3952
|
end
|
|
3923
3953
|
|
|
3954
|
+
# Indicates the location at which a package was found.
|
|
3955
|
+
class FileLocation
|
|
3956
|
+
include Google::Apis::Core::Hashable
|
|
3957
|
+
|
|
3958
|
+
# For jars that are contained inside .war files, this filepath can indicate the
|
|
3959
|
+
# path to war file combined with the path to jar file.
|
|
3960
|
+
# Corresponds to the JSON property `filePath`
|
|
3961
|
+
# @return [String]
|
|
3962
|
+
attr_accessor :file_path
|
|
3963
|
+
|
|
3964
|
+
def initialize(**args)
|
|
3965
|
+
update!(**args)
|
|
3966
|
+
end
|
|
3967
|
+
|
|
3968
|
+
# Update properties of this object
|
|
3969
|
+
def update!(**args)
|
|
3970
|
+
@file_path = args[:file_path] if args.key?(:file_path)
|
|
3971
|
+
end
|
|
3972
|
+
end
|
|
3973
|
+
|
|
3924
3974
|
# FileNote represents an SPDX File Information section: https://spdx.github.io/
|
|
3925
3975
|
# spdx-spec/4-file-information/
|
|
3926
3976
|
class FileNote
|
|
@@ -5211,6 +5261,11 @@ module Google
|
|
|
5211
5261
|
# @return [Google::Apis::ContaineranalysisV1beta1::SbomReferenceNote]
|
|
5212
5262
|
attr_accessor :sbom_reference
|
|
5213
5263
|
|
|
5264
|
+
# The note representing a secret.
|
|
5265
|
+
# Corresponds to the JSON property `secret`
|
|
5266
|
+
# @return [Google::Apis::ContaineranalysisV1beta1::SecretNote]
|
|
5267
|
+
attr_accessor :secret
|
|
5268
|
+
|
|
5214
5269
|
# A one sentence description of this note.
|
|
5215
5270
|
# Corresponds to the JSON property `shortDescription`
|
|
5216
5271
|
# @return [String]
|
|
@@ -5273,6 +5328,7 @@ module Google
|
|
|
5273
5328
|
@related_url = args[:related_url] if args.key?(:related_url)
|
|
5274
5329
|
@sbom = args[:sbom] if args.key?(:sbom)
|
|
5275
5330
|
@sbom_reference = args[:sbom_reference] if args.key?(:sbom_reference)
|
|
5331
|
+
@secret = args[:secret] if args.key?(:secret)
|
|
5276
5332
|
@short_description = args[:short_description] if args.key?(:short_description)
|
|
5277
5333
|
@spdx_file = args[:spdx_file] if args.key?(:spdx_file)
|
|
5278
5334
|
@spdx_package = args[:spdx_package] if args.key?(:spdx_package)
|
|
@@ -5377,6 +5433,11 @@ module Google
|
|
|
5377
5433
|
# @return [Google::Apis::ContaineranalysisV1beta1::SbomReferenceOccurrence]
|
|
5378
5434
|
attr_accessor :sbom_reference
|
|
5379
5435
|
|
|
5436
|
+
# The occurrence provides details of a secret.
|
|
5437
|
+
# Corresponds to the JSON property `secret`
|
|
5438
|
+
# @return [Google::Apis::ContaineranalysisV1beta1::SecretOccurrence]
|
|
5439
|
+
attr_accessor :secret
|
|
5440
|
+
|
|
5380
5441
|
# FileOccurrence represents an SPDX File Information section: https://spdx.
|
|
5381
5442
|
# github.io/spdx-spec/4-file-information/
|
|
5382
5443
|
# Corresponds to the JSON property `spdxFile`
|
|
@@ -5427,6 +5488,7 @@ module Google
|
|
|
5427
5488
|
@resource = args[:resource] if args.key?(:resource)
|
|
5428
5489
|
@sbom = args[:sbom] if args.key?(:sbom)
|
|
5429
5490
|
@sbom_reference = args[:sbom_reference] if args.key?(:sbom_reference)
|
|
5491
|
+
@secret = args[:secret] if args.key?(:secret)
|
|
5430
5492
|
@spdx_file = args[:spdx_file] if args.key?(:spdx_file)
|
|
5431
5493
|
@spdx_package = args[:spdx_package] if args.key?(:spdx_package)
|
|
5432
5494
|
@spdx_relationship = args[:spdx_relationship] if args.key?(:spdx_relationship)
|
|
@@ -6503,6 +6565,100 @@ module Google
|
|
|
6503
6565
|
end
|
|
6504
6566
|
end
|
|
6505
6567
|
|
|
6568
|
+
# The location of the secret.
|
|
6569
|
+
class SecretLocation
|
|
6570
|
+
include Google::Apis::Core::Hashable
|
|
6571
|
+
|
|
6572
|
+
# Indicates the location at which a package was found.
|
|
6573
|
+
# Corresponds to the JSON property `fileLocation`
|
|
6574
|
+
# @return [Google::Apis::ContaineranalysisV1beta1::FileLocation]
|
|
6575
|
+
attr_accessor :file_location
|
|
6576
|
+
|
|
6577
|
+
def initialize(**args)
|
|
6578
|
+
update!(**args)
|
|
6579
|
+
end
|
|
6580
|
+
|
|
6581
|
+
# Update properties of this object
|
|
6582
|
+
def update!(**args)
|
|
6583
|
+
@file_location = args[:file_location] if args.key?(:file_location)
|
|
6584
|
+
end
|
|
6585
|
+
end
|
|
6586
|
+
|
|
6587
|
+
# The note representing a secret.
|
|
6588
|
+
class SecretNote
|
|
6589
|
+
include Google::Apis::Core::Hashable
|
|
6590
|
+
|
|
6591
|
+
def initialize(**args)
|
|
6592
|
+
update!(**args)
|
|
6593
|
+
end
|
|
6594
|
+
|
|
6595
|
+
# Update properties of this object
|
|
6596
|
+
def update!(**args)
|
|
6597
|
+
end
|
|
6598
|
+
end
|
|
6599
|
+
|
|
6600
|
+
# The occurrence provides details of a secret.
|
|
6601
|
+
class SecretOccurrence
|
|
6602
|
+
include Google::Apis::Core::Hashable
|
|
6603
|
+
|
|
6604
|
+
# Required. Type of secret.
|
|
6605
|
+
# Corresponds to the JSON property `kind`
|
|
6606
|
+
# @return [String]
|
|
6607
|
+
attr_accessor :kind
|
|
6608
|
+
|
|
6609
|
+
# Optional. Locations where the secret is detected.
|
|
6610
|
+
# Corresponds to the JSON property `locations`
|
|
6611
|
+
# @return [Array<Google::Apis::ContaineranalysisV1beta1::SecretLocation>]
|
|
6612
|
+
attr_accessor :locations
|
|
6613
|
+
|
|
6614
|
+
# Optional. Status of the secret.
|
|
6615
|
+
# Corresponds to the JSON property `statuses`
|
|
6616
|
+
# @return [Array<Google::Apis::ContaineranalysisV1beta1::SecretStatus>]
|
|
6617
|
+
attr_accessor :statuses
|
|
6618
|
+
|
|
6619
|
+
def initialize(**args)
|
|
6620
|
+
update!(**args)
|
|
6621
|
+
end
|
|
6622
|
+
|
|
6623
|
+
# Update properties of this object
|
|
6624
|
+
def update!(**args)
|
|
6625
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
6626
|
+
@locations = args[:locations] if args.key?(:locations)
|
|
6627
|
+
@statuses = args[:statuses] if args.key?(:statuses)
|
|
6628
|
+
end
|
|
6629
|
+
end
|
|
6630
|
+
|
|
6631
|
+
# The status of the secret with a timestamp.
|
|
6632
|
+
class SecretStatus
|
|
6633
|
+
include Google::Apis::Core::Hashable
|
|
6634
|
+
|
|
6635
|
+
# Optional. Optional message about the status code.
|
|
6636
|
+
# Corresponds to the JSON property `message`
|
|
6637
|
+
# @return [String]
|
|
6638
|
+
attr_accessor :message
|
|
6639
|
+
|
|
6640
|
+
# Optional. The status of the secret.
|
|
6641
|
+
# Corresponds to the JSON property `status`
|
|
6642
|
+
# @return [String]
|
|
6643
|
+
attr_accessor :status
|
|
6644
|
+
|
|
6645
|
+
# Optional. The time the secret status was last updated.
|
|
6646
|
+
# Corresponds to the JSON property `updateTime`
|
|
6647
|
+
# @return [String]
|
|
6648
|
+
attr_accessor :update_time
|
|
6649
|
+
|
|
6650
|
+
def initialize(**args)
|
|
6651
|
+
update!(**args)
|
|
6652
|
+
end
|
|
6653
|
+
|
|
6654
|
+
# Update properties of this object
|
|
6655
|
+
def update!(**args)
|
|
6656
|
+
@message = args[:message] if args.key?(:message)
|
|
6657
|
+
@status = args[:status] if args.key?(:status)
|
|
6658
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
6659
|
+
end
|
|
6660
|
+
end
|
|
6661
|
+
|
|
6506
6662
|
# Request message for `SetIamPolicy` method.
|
|
6507
6663
|
class SetIamPolicyRequest
|
|
6508
6664
|
include Google::Apis::Core::Hashable
|
|
@@ -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.69.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 = "20251030"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -550,6 +550,12 @@ module Google
|
|
|
550
550
|
include Google::Apis::Core::JsonObjectSupport
|
|
551
551
|
end
|
|
552
552
|
|
|
553
|
+
class FileLocation
|
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
|
+
|
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
557
|
+
end
|
|
558
|
+
|
|
553
559
|
class FileNote
|
|
554
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
561
|
|
|
@@ -916,6 +922,30 @@ module Google
|
|
|
916
922
|
include Google::Apis::Core::JsonObjectSupport
|
|
917
923
|
end
|
|
918
924
|
|
|
925
|
+
class SecretLocation
|
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
927
|
+
|
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
929
|
+
end
|
|
930
|
+
|
|
931
|
+
class SecretNote
|
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
933
|
+
|
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
935
|
+
end
|
|
936
|
+
|
|
937
|
+
class SecretOccurrence
|
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
939
|
+
|
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
941
|
+
end
|
|
942
|
+
|
|
943
|
+
class SecretStatus
|
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
945
|
+
|
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
947
|
+
end
|
|
948
|
+
|
|
919
949
|
class SetIamPolicyRequest
|
|
920
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
921
951
|
|
|
@@ -1541,6 +1571,7 @@ module Google
|
|
|
1541
1571
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
|
|
1542
1572
|
# @private
|
|
1543
1573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1574
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1544
1575
|
property :digest, as: 'digest'
|
|
1545
1576
|
property :name, as: 'name'
|
|
1546
1577
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1771,6 +1802,7 @@ module Google
|
|
|
1771
1802
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
|
|
1772
1803
|
# @private
|
|
1773
1804
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1805
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1774
1806
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1775
1807
|
|
|
1776
1808
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1782,6 +1814,7 @@ module Google
|
|
|
1782
1814
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
|
1783
1815
|
# @private
|
|
1784
1816
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1817
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1785
1818
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1786
1819
|
|
|
1787
1820
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1793,6 +1826,7 @@ module Google
|
|
|
1793
1826
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
|
|
1794
1827
|
# @private
|
|
1795
1828
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1829
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1796
1830
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1797
1831
|
|
|
1798
1832
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1804,6 +1838,7 @@ module Google
|
|
|
1804
1838
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
|
|
1805
1839
|
# @private
|
|
1806
1840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1841
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1807
1842
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1808
1843
|
|
|
1809
1844
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -2032,6 +2067,13 @@ module Google
|
|
|
2032
2067
|
end
|
|
2033
2068
|
end
|
|
2034
2069
|
|
|
2070
|
+
class FileLocation
|
|
2071
|
+
# @private
|
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2073
|
+
property :file_path, as: 'filePath'
|
|
2074
|
+
end
|
|
2075
|
+
end
|
|
2076
|
+
|
|
2035
2077
|
class FileNote
|
|
2036
2078
|
# @private
|
|
2037
2079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2409,6 +2451,8 @@ module Google
|
|
|
2409
2451
|
|
|
2410
2452
|
property :sbom_reference, as: 'sbomReference', class: Google::Apis::ContaineranalysisV1beta1::SbomReferenceNote, decorator: Google::Apis::ContaineranalysisV1beta1::SbomReferenceNote::Representation
|
|
2411
2453
|
|
|
2454
|
+
property :secret, as: 'secret', class: Google::Apis::ContaineranalysisV1beta1::SecretNote, decorator: Google::Apis::ContaineranalysisV1beta1::SecretNote::Representation
|
|
2455
|
+
|
|
2412
2456
|
property :short_description, as: 'shortDescription'
|
|
2413
2457
|
property :spdx_file, as: 'spdxFile', class: Google::Apis::ContaineranalysisV1beta1::FileNote, decorator: Google::Apis::ContaineranalysisV1beta1::FileNote::Representation
|
|
2414
2458
|
|
|
@@ -2454,6 +2498,8 @@ module Google
|
|
|
2454
2498
|
|
|
2455
2499
|
property :sbom_reference, as: 'sbomReference', class: Google::Apis::ContaineranalysisV1beta1::SbomReferenceOccurrence, decorator: Google::Apis::ContaineranalysisV1beta1::SbomReferenceOccurrence::Representation
|
|
2456
2500
|
|
|
2501
|
+
property :secret, as: 'secret', class: Google::Apis::ContaineranalysisV1beta1::SecretOccurrence, decorator: Google::Apis::ContaineranalysisV1beta1::SecretOccurrence::Representation
|
|
2502
|
+
|
|
2457
2503
|
property :spdx_file, as: 'spdxFile', class: Google::Apis::ContaineranalysisV1beta1::FileOccurrence, decorator: Google::Apis::ContaineranalysisV1beta1::FileOccurrence::Representation
|
|
2458
2504
|
|
|
2459
2505
|
property :spdx_package, as: 'spdxPackage', class: Google::Apis::ContaineranalysisV1beta1::PackageInfoOccurrence, decorator: Google::Apis::ContaineranalysisV1beta1::PackageInfoOccurrence::Representation
|
|
@@ -2734,6 +2780,40 @@ module Google
|
|
|
2734
2780
|
end
|
|
2735
2781
|
end
|
|
2736
2782
|
|
|
2783
|
+
class SecretLocation
|
|
2784
|
+
# @private
|
|
2785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2786
|
+
property :file_location, as: 'fileLocation', class: Google::Apis::ContaineranalysisV1beta1::FileLocation, decorator: Google::Apis::ContaineranalysisV1beta1::FileLocation::Representation
|
|
2787
|
+
|
|
2788
|
+
end
|
|
2789
|
+
end
|
|
2790
|
+
|
|
2791
|
+
class SecretNote
|
|
2792
|
+
# @private
|
|
2793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2794
|
+
end
|
|
2795
|
+
end
|
|
2796
|
+
|
|
2797
|
+
class SecretOccurrence
|
|
2798
|
+
# @private
|
|
2799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2800
|
+
property :kind, as: 'kind'
|
|
2801
|
+
collection :locations, as: 'locations', class: Google::Apis::ContaineranalysisV1beta1::SecretLocation, decorator: Google::Apis::ContaineranalysisV1beta1::SecretLocation::Representation
|
|
2802
|
+
|
|
2803
|
+
collection :statuses, as: 'statuses', class: Google::Apis::ContaineranalysisV1beta1::SecretStatus, decorator: Google::Apis::ContaineranalysisV1beta1::SecretStatus::Representation
|
|
2804
|
+
|
|
2805
|
+
end
|
|
2806
|
+
end
|
|
2807
|
+
|
|
2808
|
+
class SecretStatus
|
|
2809
|
+
# @private
|
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2811
|
+
property :message, as: 'message'
|
|
2812
|
+
property :status, as: 'status'
|
|
2813
|
+
property :update_time, as: 'updateTime'
|
|
2814
|
+
end
|
|
2815
|
+
end
|
|
2816
|
+
|
|
2737
2817
|
class SetIamPolicyRequest
|
|
2738
2818
|
# @private
|
|
2739
2819
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.69.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.69.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:
|