You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1.projects.notes.occurrences.html
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -160,8 +160,8 @@ <h3>Method Details</h3>
160
160
},
161
161
},
162
162
"intotoStatement": { # Spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement The serialized InTotoStatement will be stored as Envelope.payload. Envelope.payloadType is always "application/vnd.in-toto+json". # In-toto Statement representation as defined in spec. The intoto_statement can contain any type of provenance. The serialized payload of the statement can be stored and signed in the Occurrence's envelope.
"predicateType": "A String", # `https://slsa.dev/provenance/v0.1` for SlsaProvenance.
165
165
"provenance": {
166
166
"builderConfig": { # required
167
167
"id": "A String",
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233
233
},
234
234
"subject": [
235
235
{
236
-
"digest": { # "": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
236
+
"digest": { # `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
237
237
"a_key": "A String",
238
238
},
239
239
"name": "A String",
@@ -363,9 +363,9 @@ <h3>Method Details</h3>
363
363
"compliance": { # An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason. # Describes a compliance violation on a linked resource.
{ # Details about files that caused a compliance check to fail.
366
+
{ # Details about files that caused a compliance check to fail. display_command is a single command that can be used to display a list of non compliant files. When there is no such command, we can also iterate a list of non compliant file using 'path'.
367
367
"displayCommand": "A String", # Command to display the non-compliant files.
368
-
"path": "A String", # display_command is a single command that can be used to display a list of non compliant files. When there is no such command, we can also iterate a list of non compliant file using 'path'. Empty if `display_command` is set.
368
+
"path": "A String", # Empty if `display_command` is set.
369
369
"reason": "A String", # Explains why a file is non compliant for a CIS check.
370
370
},
371
371
],
@@ -393,6 +393,7 @@ <h3>Method Details</h3>
393
393
],
394
394
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
395
395
},
396
+
"archiveTime": "A String", # Output only. The time occurrences related to this discovery occurrence were archived.
396
397
"continuousAnalysis": "A String", # Whether the resource is continuously analyzed.
397
398
"cpe": "A String", # The CPE of the resource being scanned.
398
399
"lastScanTime": "A String", # The last time this resource was scanned.
@@ -409,8 +410,8 @@ <h3>Method Details</h3>
409
410
],
410
411
},
411
412
"statement": { # Spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement The serialized InTotoStatement will be stored as Envelope.payload. Envelope.payloadType is always "application/vnd.in-toto+json".
"predicateType": "A String", # `https://slsa.dev/provenance/v0.1` for SlsaProvenance.
414
415
"provenance": {
415
416
"builderConfig": { # required
416
417
"id": "A String",
@@ -482,7 +483,7 @@ <h3>Method Details</h3>
482
483
},
483
484
"subject": [
484
485
{
485
-
"digest": { # "": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
486
+
"digest": { # `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
0 commit comments