google-apis-containeranalysis_v1alpha1 0.9.0 → 0.13.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 +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/google/apis/containeranalysis_v1alpha1/classes.rb +1010 -4
- data/lib/google/apis/containeranalysis_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/containeranalysis_v1alpha1/representations.rb +375 -0
- data/lib/google/apis/containeranalysis_v1alpha1.rb +1 -1
- metadata +3 -3
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210820"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -82,6 +82,12 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class BuilderConfig
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
85
91
|
class CisBenchmark
|
86
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
93
|
|
@@ -94,6 +100,12 @@ module Google
|
|
94
100
|
include Google::Apis::Core::JsonObjectSupport
|
95
101
|
end
|
96
102
|
|
103
|
+
class Completeness
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
97
109
|
class ComplianceNote
|
98
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
111
|
|
@@ -118,6 +130,24 @@ module Google
|
|
118
130
|
include Google::Apis::Core::JsonObjectSupport
|
119
131
|
end
|
120
132
|
|
133
|
+
class DsseAttestationNote
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class DsseAttestationOccurrence
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class DsseHint
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
121
151
|
class Deployable
|
122
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
153
|
|
@@ -160,24 +190,66 @@ module Google
|
|
160
190
|
include Google::Apis::Core::JsonObjectSupport
|
161
191
|
end
|
162
192
|
|
193
|
+
class DocumentNote
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class DocumentOccurrence
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
163
205
|
class Empty
|
164
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
207
|
|
166
208
|
include Google::Apis::Core::JsonObjectSupport
|
167
209
|
end
|
168
210
|
|
211
|
+
class Envelope
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class EnvelopeSignature
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
169
223
|
class Expr
|
170
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
225
|
|
172
226
|
include Google::Apis::Core::JsonObjectSupport
|
173
227
|
end
|
174
228
|
|
229
|
+
class ExternalRef
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
175
235
|
class FileHashes
|
176
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
237
|
|
178
238
|
include Google::Apis::Core::JsonObjectSupport
|
179
239
|
end
|
180
240
|
|
241
|
+
class FileNote
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class FileOccurrence
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
181
253
|
class Fingerprint
|
182
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
255
|
|
@@ -256,6 +328,18 @@ module Google
|
|
256
328
|
include Google::Apis::Core::JsonObjectSupport
|
257
329
|
end
|
258
330
|
|
331
|
+
class InTotoProvenance
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class InTotoStatement
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
259
343
|
class Installation
|
260
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
345
|
|
@@ -298,6 +382,12 @@ module Google
|
|
298
382
|
include Google::Apis::Core::JsonObjectSupport
|
299
383
|
end
|
300
384
|
|
385
|
+
class Metadata
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
301
391
|
class NonCompliantFile
|
302
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
393
|
|
@@ -334,6 +424,18 @@ module Google
|
|
334
424
|
include Google::Apis::Core::JsonObjectSupport
|
335
425
|
end
|
336
426
|
|
427
|
+
class PackageNote
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class PackageOccurrence
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
337
439
|
class PgpSignedAttestation
|
338
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
441
|
|
@@ -346,12 +448,30 @@ module Google
|
|
346
448
|
include Google::Apis::Core::JsonObjectSupport
|
347
449
|
end
|
348
450
|
|
451
|
+
class Recipe
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
349
457
|
class RelatedUrl
|
350
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
459
|
|
352
460
|
include Google::Apis::Core::JsonObjectSupport
|
353
461
|
end
|
354
462
|
|
463
|
+
class RelationshipNote
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class RelationshipOccurrence
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
355
475
|
class RepoSource
|
356
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
477
|
|
@@ -400,6 +520,12 @@ module Google
|
|
400
520
|
include Google::Apis::Core::JsonObjectSupport
|
401
521
|
end
|
402
522
|
|
523
|
+
class Subject
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
403
529
|
class TestIamPermissionsRequest
|
404
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
531
|
|
@@ -515,6 +641,8 @@ module Google
|
|
515
641
|
class BuildDetails
|
516
642
|
# @private
|
517
643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
+
property :intoto_provenance, as: 'intotoProvenance', class: Google::Apis::ContaineranalysisV1alpha1::InTotoProvenance, decorator: Google::Apis::ContaineranalysisV1alpha1::InTotoProvenance::Representation
|
645
|
+
|
518
646
|
property :provenance, as: 'provenance', class: Google::Apis::ContaineranalysisV1alpha1::BuildProvenance, decorator: Google::Apis::ContaineranalysisV1alpha1::BuildProvenance::Representation
|
519
647
|
|
520
648
|
property :provenance_bytes, as: 'provenanceBytes'
|
@@ -562,6 +690,13 @@ module Google
|
|
562
690
|
end
|
563
691
|
end
|
564
692
|
|
693
|
+
class BuilderConfig
|
694
|
+
# @private
|
695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
696
|
+
property :id, as: 'id'
|
697
|
+
end
|
698
|
+
end
|
699
|
+
|
565
700
|
class CisBenchmark
|
566
701
|
# @private
|
567
702
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -582,6 +717,15 @@ module Google
|
|
582
717
|
end
|
583
718
|
end
|
584
719
|
|
720
|
+
class Completeness
|
721
|
+
# @private
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
723
|
+
property :arguments, as: 'arguments'
|
724
|
+
property :environment, as: 'environment'
|
725
|
+
property :materials, as: 'materials'
|
726
|
+
end
|
727
|
+
end
|
728
|
+
|
585
729
|
class ComplianceNote
|
586
730
|
# @private
|
587
731
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -623,6 +767,31 @@ module Google
|
|
623
767
|
end
|
624
768
|
end
|
625
769
|
|
770
|
+
class DsseAttestationNote
|
771
|
+
# @private
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
773
|
+
property :hint, as: 'hint', class: Google::Apis::ContaineranalysisV1alpha1::DsseHint, decorator: Google::Apis::ContaineranalysisV1alpha1::DsseHint::Representation
|
774
|
+
|
775
|
+
end
|
776
|
+
end
|
777
|
+
|
778
|
+
class DsseAttestationOccurrence
|
779
|
+
# @private
|
780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
781
|
+
property :envelope, as: 'envelope', class: Google::Apis::ContaineranalysisV1alpha1::Envelope, decorator: Google::Apis::ContaineranalysisV1alpha1::Envelope::Representation
|
782
|
+
|
783
|
+
property :statement, as: 'statement', class: Google::Apis::ContaineranalysisV1alpha1::InTotoStatement, decorator: Google::Apis::ContaineranalysisV1alpha1::InTotoStatement::Representation
|
784
|
+
|
785
|
+
end
|
786
|
+
end
|
787
|
+
|
788
|
+
class DsseHint
|
789
|
+
# @private
|
790
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
791
|
+
property :human_readable_name, as: 'humanReadableName'
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
626
795
|
class Deployable
|
627
796
|
# @private
|
628
797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -708,12 +877,53 @@ module Google
|
|
708
877
|
end
|
709
878
|
end
|
710
879
|
|
880
|
+
class DocumentNote
|
881
|
+
# @private
|
882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
883
|
+
property :data_licence, as: 'dataLicence'
|
884
|
+
property :spdx_version, as: 'spdxVersion'
|
885
|
+
end
|
886
|
+
end
|
887
|
+
|
888
|
+
class DocumentOccurrence
|
889
|
+
# @private
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
891
|
+
property :create_time, as: 'createTime'
|
892
|
+
property :creator_comment, as: 'creatorComment'
|
893
|
+
collection :creators, as: 'creators'
|
894
|
+
property :document_comment, as: 'documentComment'
|
895
|
+
collection :external_document_refs, as: 'externalDocumentRefs'
|
896
|
+
property :id, as: 'id'
|
897
|
+
property :license_list_version, as: 'licenseListVersion'
|
898
|
+
property :namespace, as: 'namespace'
|
899
|
+
property :title, as: 'title'
|
900
|
+
end
|
901
|
+
end
|
902
|
+
|
711
903
|
class Empty
|
712
904
|
# @private
|
713
905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
714
906
|
end
|
715
907
|
end
|
716
908
|
|
909
|
+
class Envelope
|
910
|
+
# @private
|
911
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
912
|
+
property :payload, :base64 => true, as: 'payload'
|
913
|
+
property :payload_type, as: 'payloadType'
|
914
|
+
collection :signatures, as: 'signatures', class: Google::Apis::ContaineranalysisV1alpha1::EnvelopeSignature, decorator: Google::Apis::ContaineranalysisV1alpha1::EnvelopeSignature::Representation
|
915
|
+
|
916
|
+
end
|
917
|
+
end
|
918
|
+
|
919
|
+
class EnvelopeSignature
|
920
|
+
# @private
|
921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
922
|
+
property :keyid, as: 'keyid'
|
923
|
+
property :sig, :base64 => true, as: 'sig'
|
924
|
+
end
|
925
|
+
end
|
926
|
+
|
717
927
|
class Expr
|
718
928
|
# @private
|
719
929
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -724,6 +934,16 @@ module Google
|
|
724
934
|
end
|
725
935
|
end
|
726
936
|
|
937
|
+
class ExternalRef
|
938
|
+
# @private
|
939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
940
|
+
property :category, as: 'category'
|
941
|
+
property :comment, as: 'comment'
|
942
|
+
property :locator, as: 'locator'
|
943
|
+
property :type, as: 'type'
|
944
|
+
end
|
945
|
+
end
|
946
|
+
|
727
947
|
class FileHashes
|
728
948
|
# @private
|
729
949
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -732,6 +952,30 @@ module Google
|
|
732
952
|
end
|
733
953
|
end
|
734
954
|
|
955
|
+
class FileNote
|
956
|
+
# @private
|
957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
958
|
+
collection :checksum, as: 'checksum'
|
959
|
+
property :file_type, as: 'fileType'
|
960
|
+
property :title, as: 'title'
|
961
|
+
end
|
962
|
+
end
|
963
|
+
|
964
|
+
class FileOccurrence
|
965
|
+
# @private
|
966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
967
|
+
collection :attributions, as: 'attributions'
|
968
|
+
property :comment, as: 'comment'
|
969
|
+
collection :contributors, as: 'contributors'
|
970
|
+
property :copyright, as: 'copyright'
|
971
|
+
collection :files_license_info, as: 'filesLicenseInfo'
|
972
|
+
property :id, as: 'id'
|
973
|
+
property :license_comments, as: 'licenseComments'
|
974
|
+
property :license_concluded, as: 'licenseConcluded'
|
975
|
+
property :notice, as: 'notice'
|
976
|
+
end
|
977
|
+
end
|
978
|
+
|
735
979
|
class Fingerprint
|
736
980
|
# @private
|
737
981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -848,6 +1092,31 @@ module Google
|
|
848
1092
|
end
|
849
1093
|
end
|
850
1094
|
|
1095
|
+
class InTotoProvenance
|
1096
|
+
# @private
|
1097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1098
|
+
property :builder_config, as: 'builderConfig', class: Google::Apis::ContaineranalysisV1alpha1::BuilderConfig, decorator: Google::Apis::ContaineranalysisV1alpha1::BuilderConfig::Representation
|
1099
|
+
|
1100
|
+
collection :materials, as: 'materials'
|
1101
|
+
property :metadata, as: 'metadata', class: Google::Apis::ContaineranalysisV1alpha1::Metadata, decorator: Google::Apis::ContaineranalysisV1alpha1::Metadata::Representation
|
1102
|
+
|
1103
|
+
property :recipe, as: 'recipe', class: Google::Apis::ContaineranalysisV1alpha1::Recipe, decorator: Google::Apis::ContaineranalysisV1alpha1::Recipe::Representation
|
1104
|
+
|
1105
|
+
end
|
1106
|
+
end
|
1107
|
+
|
1108
|
+
class InTotoStatement
|
1109
|
+
# @private
|
1110
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1111
|
+
property :predicate_type, as: 'predicateType'
|
1112
|
+
property :provenance, as: 'provenance', class: Google::Apis::ContaineranalysisV1alpha1::InTotoProvenance, decorator: Google::Apis::ContaineranalysisV1alpha1::InTotoProvenance::Representation
|
1113
|
+
|
1114
|
+
collection :subject, as: 'subject', class: Google::Apis::ContaineranalysisV1alpha1::Subject, decorator: Google::Apis::ContaineranalysisV1alpha1::Subject::Representation
|
1115
|
+
|
1116
|
+
property :type, as: 'type'
|
1117
|
+
end
|
1118
|
+
end
|
1119
|
+
|
851
1120
|
class Installation
|
852
1121
|
# @private
|
853
1122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -911,6 +1180,18 @@ module Google
|
|
911
1180
|
end
|
912
1181
|
end
|
913
1182
|
|
1183
|
+
class Metadata
|
1184
|
+
# @private
|
1185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1186
|
+
property :build_finished_on, as: 'buildFinishedOn'
|
1187
|
+
property :build_invocation_id, as: 'buildInvocationId'
|
1188
|
+
property :build_started_on, as: 'buildStartedOn'
|
1189
|
+
property :completeness, as: 'completeness', class: Google::Apis::ContaineranalysisV1alpha1::Completeness, decorator: Google::Apis::ContaineranalysisV1alpha1::Completeness::Representation
|
1190
|
+
|
1191
|
+
property :reproducible, as: 'reproducible'
|
1192
|
+
end
|
1193
|
+
end
|
1194
|
+
|
914
1195
|
class NonCompliantFile
|
915
1196
|
# @private
|
916
1197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -936,6 +1217,8 @@ module Google
|
|
936
1217
|
|
937
1218
|
property :discovery, as: 'discovery', class: Google::Apis::ContaineranalysisV1alpha1::Discovery, decorator: Google::Apis::ContaineranalysisV1alpha1::Discovery::Representation
|
938
1219
|
|
1220
|
+
property :dsse_attestation, as: 'dsseAttestation', class: Google::Apis::ContaineranalysisV1alpha1::DsseAttestationNote, decorator: Google::Apis::ContaineranalysisV1alpha1::DsseAttestationNote::Representation
|
1221
|
+
|
939
1222
|
property :expiration_time, as: 'expirationTime'
|
940
1223
|
property :kind, as: 'kind'
|
941
1224
|
property :long_description, as: 'longDescription'
|
@@ -944,7 +1227,15 @@ module Google
|
|
944
1227
|
|
945
1228
|
collection :related_url, as: 'relatedUrl', class: Google::Apis::ContaineranalysisV1alpha1::RelatedUrl, decorator: Google::Apis::ContaineranalysisV1alpha1::RelatedUrl::Representation
|
946
1229
|
|
1230
|
+
property :sbom, as: 'sbom', class: Google::Apis::ContaineranalysisV1alpha1::DocumentNote, decorator: Google::Apis::ContaineranalysisV1alpha1::DocumentNote::Representation
|
1231
|
+
|
947
1232
|
property :short_description, as: 'shortDescription'
|
1233
|
+
property :spdx_file, as: 'spdxFile', class: Google::Apis::ContaineranalysisV1alpha1::FileNote, decorator: Google::Apis::ContaineranalysisV1alpha1::FileNote::Representation
|
1234
|
+
|
1235
|
+
property :spdx_package, as: 'spdxPackage', class: Google::Apis::ContaineranalysisV1alpha1::PackageNote, decorator: Google::Apis::ContaineranalysisV1alpha1::PackageNote::Representation
|
1236
|
+
|
1237
|
+
property :spdx_relationship, as: 'spdxRelationship', class: Google::Apis::ContaineranalysisV1alpha1::RelationshipNote, decorator: Google::Apis::ContaineranalysisV1alpha1::RelationshipNote::Representation
|
1238
|
+
|
948
1239
|
property :update_time, as: 'updateTime'
|
949
1240
|
property :upgrade, as: 'upgrade', class: Google::Apis::ContaineranalysisV1alpha1::UpgradeNote, decorator: Google::Apis::ContaineranalysisV1alpha1::UpgradeNote::Representation
|
950
1241
|
|
@@ -969,6 +1260,10 @@ module Google
|
|
969
1260
|
|
970
1261
|
property :discovered, as: 'discovered', class: Google::Apis::ContaineranalysisV1alpha1::Discovered, decorator: Google::Apis::ContaineranalysisV1alpha1::Discovered::Representation
|
971
1262
|
|
1263
|
+
property :dsse_attestation, as: 'dsseAttestation', class: Google::Apis::ContaineranalysisV1alpha1::DsseAttestationOccurrence, decorator: Google::Apis::ContaineranalysisV1alpha1::DsseAttestationOccurrence::Representation
|
1264
|
+
|
1265
|
+
property :envelope, as: 'envelope', class: Google::Apis::ContaineranalysisV1alpha1::Envelope, decorator: Google::Apis::ContaineranalysisV1alpha1::Envelope::Representation
|
1266
|
+
|
972
1267
|
property :installation, as: 'installation', class: Google::Apis::ContaineranalysisV1alpha1::Installation, decorator: Google::Apis::ContaineranalysisV1alpha1::Installation::Representation
|
973
1268
|
|
974
1269
|
property :kind, as: 'kind'
|
@@ -978,6 +1273,14 @@ module Google
|
|
978
1273
|
property :resource, as: 'resource', class: Google::Apis::ContaineranalysisV1alpha1::Resource, decorator: Google::Apis::ContaineranalysisV1alpha1::Resource::Representation
|
979
1274
|
|
980
1275
|
property :resource_url, as: 'resourceUrl'
|
1276
|
+
property :sbom, as: 'sbom', class: Google::Apis::ContaineranalysisV1alpha1::DocumentOccurrence, decorator: Google::Apis::ContaineranalysisV1alpha1::DocumentOccurrence::Representation
|
1277
|
+
|
1278
|
+
property :spdx_file, as: 'spdxFile', class: Google::Apis::ContaineranalysisV1alpha1::FileOccurrence, decorator: Google::Apis::ContaineranalysisV1alpha1::FileOccurrence::Representation
|
1279
|
+
|
1280
|
+
property :spdx_package, as: 'spdxPackage', class: Google::Apis::ContaineranalysisV1alpha1::PackageOccurrence, decorator: Google::Apis::ContaineranalysisV1alpha1::PackageOccurrence::Representation
|
1281
|
+
|
1282
|
+
property :spdx_relationship, as: 'spdxRelationship', class: Google::Apis::ContaineranalysisV1alpha1::RelationshipOccurrence, decorator: Google::Apis::ContaineranalysisV1alpha1::RelationshipOccurrence::Representation
|
1283
|
+
|
981
1284
|
property :update_time, as: 'updateTime'
|
982
1285
|
property :upgrade, as: 'upgrade', class: Google::Apis::ContaineranalysisV1alpha1::UpgradeOccurrence, decorator: Google::Apis::ContaineranalysisV1alpha1::UpgradeOccurrence::Representation
|
983
1286
|
|
@@ -1012,12 +1315,49 @@ module Google
|
|
1012
1315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1013
1316
|
property :affected_location, as: 'affectedLocation', class: Google::Apis::ContaineranalysisV1alpha1::VulnerabilityLocation, decorator: Google::Apis::ContaineranalysisV1alpha1::VulnerabilityLocation::Representation
|
1014
1317
|
|
1318
|
+
property :effective_severity, as: 'effectiveSeverity'
|
1015
1319
|
property :fixed_location, as: 'fixedLocation', class: Google::Apis::ContaineranalysisV1alpha1::VulnerabilityLocation, decorator: Google::Apis::ContaineranalysisV1alpha1::VulnerabilityLocation::Representation
|
1016
1320
|
|
1321
|
+
property :package_type, as: 'packageType'
|
1017
1322
|
property :severity_name, as: 'severityName'
|
1018
1323
|
end
|
1019
1324
|
end
|
1020
1325
|
|
1326
|
+
class PackageNote
|
1327
|
+
# @private
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1329
|
+
property :analyzed, as: 'analyzed'
|
1330
|
+
property :attribution, as: 'attribution'
|
1331
|
+
property :checksum, as: 'checksum'
|
1332
|
+
property :copyright, as: 'copyright'
|
1333
|
+
property :detailed_description, as: 'detailedDescription'
|
1334
|
+
property :download_location, as: 'downloadLocation'
|
1335
|
+
collection :external_refs, as: 'externalRefs', class: Google::Apis::ContaineranalysisV1alpha1::ExternalRef, decorator: Google::Apis::ContaineranalysisV1alpha1::ExternalRef::Representation
|
1336
|
+
|
1337
|
+
collection :files_license_info, as: 'filesLicenseInfo'
|
1338
|
+
property :home_page, as: 'homePage'
|
1339
|
+
property :license_declared, as: 'licenseDeclared'
|
1340
|
+
property :originator, as: 'originator'
|
1341
|
+
property :summary_description, as: 'summaryDescription'
|
1342
|
+
property :supplier, as: 'supplier'
|
1343
|
+
property :title, as: 'title'
|
1344
|
+
property :verification_code, as: 'verificationCode'
|
1345
|
+
property :version, as: 'version'
|
1346
|
+
end
|
1347
|
+
end
|
1348
|
+
|
1349
|
+
class PackageOccurrence
|
1350
|
+
# @private
|
1351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1352
|
+
property :comment, as: 'comment'
|
1353
|
+
property :filename, as: 'filename'
|
1354
|
+
property :id, as: 'id'
|
1355
|
+
property :license_comments, as: 'licenseComments'
|
1356
|
+
property :license_concluded, as: 'licenseConcluded'
|
1357
|
+
property :source_info, as: 'sourceInfo'
|
1358
|
+
end
|
1359
|
+
end
|
1360
|
+
|
1021
1361
|
class PgpSignedAttestation
|
1022
1362
|
# @private
|
1023
1363
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1037,6 +1377,17 @@ module Google
|
|
1037
1377
|
end
|
1038
1378
|
end
|
1039
1379
|
|
1380
|
+
class Recipe
|
1381
|
+
# @private
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
+
collection :arguments, as: 'arguments'
|
1384
|
+
property :defined_in_material, :numeric_string => true, as: 'definedInMaterial'
|
1385
|
+
property :entry_point, as: 'entryPoint'
|
1386
|
+
hash :environment, as: 'environment'
|
1387
|
+
property :type, as: 'type'
|
1388
|
+
end
|
1389
|
+
end
|
1390
|
+
|
1040
1391
|
class RelatedUrl
|
1041
1392
|
# @private
|
1042
1393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1045,6 +1396,22 @@ module Google
|
|
1045
1396
|
end
|
1046
1397
|
end
|
1047
1398
|
|
1399
|
+
class RelationshipNote
|
1400
|
+
# @private
|
1401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1402
|
+
end
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class RelationshipOccurrence
|
1406
|
+
# @private
|
1407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1408
|
+
property :comment, as: 'comment'
|
1409
|
+
property :source, as: 'source'
|
1410
|
+
property :target, as: 'target'
|
1411
|
+
property :type, as: 'type'
|
1412
|
+
end
|
1413
|
+
end
|
1414
|
+
|
1048
1415
|
class RepoSource
|
1049
1416
|
# @private
|
1050
1417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1129,6 +1496,14 @@ module Google
|
|
1129
1496
|
end
|
1130
1497
|
end
|
1131
1498
|
|
1499
|
+
class Subject
|
1500
|
+
# @private
|
1501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1502
|
+
hash :digest, as: 'digest'
|
1503
|
+
property :name, as: 'name'
|
1504
|
+
end
|
1505
|
+
end
|
1506
|
+
|
1132
1507
|
class TestIamPermissionsRequest
|
1133
1508
|
# @private
|
1134
1509
|
class Representation < Google::Apis::Core::JsonRepresentation
|