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/ondemandscanning_v1.projects.locations.scans.vulnerabilities.html
+85Lines changed: 85 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,87 @@ <h3>Method Details</h3>
124
124
],
125
125
},
126
126
"build": { # Details of a build occurrence. # Describes a verifiable build.
127
+
"inTotoSlsaProvenanceV1": { # In-Toto Slsa Provenance V1 represents a slsa provenance meeting the slsa spec, wrapped in an in-toto statement. This allows for direct jsonification of a to-spec in-toto slsa statement with a to-spec slsa provenance.
128
+
"_type": "A String", # InToto spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement
129
+
"predicate": { # Keep in sync with schema at https://github.com/slsa-framework/slsa/blob/main/docs/provenance/schema/v1/provenance.proto Builder renamed to ProvenanceBuilder because of Java conflicts.
130
+
"buildDefinition": {
131
+
"buildType": "A String",
132
+
"externalParameters": {
133
+
"a_key": "", # Properties of the object.
134
+
},
135
+
"internalParameters": {
136
+
"a_key": "", # Properties of the object.
"digest": { # `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
202
+
"a_key": "A String",
203
+
},
204
+
"name": "A String",
205
+
},
206
+
],
207
+
},
127
208
"intotoProvenance": { # Deprecated. See InTotoStatement for the replacement. In-toto Provenance representation as defined in spec.
128
209
"builderConfig": { # required
129
210
"id": "A String",
@@ -455,6 +536,10 @@ <h3>Method Details</h3>
455
536
"continuousAnalysis": "A String", # Whether the resource is continuously analyzed.
456
537
"cpe": "A String", # The CPE of the resource being scanned.
457
538
"lastScanTime": "A String", # The last time this resource was scanned.
539
+
"sbomStatus": { # The status of an SBOM generation. # The status of an SBOM generation.
540
+
"error": "A String", # If there was an error generating an SBOM, this will indicate what that error was.
541
+
"sbomState": "A String", # The progress of the SBOM generation.
542
+
},
458
543
},
459
544
"dsseAttestation": { # Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence. # Describes an attestation of an artifact using dsse.
460
545
"envelope": { # MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type. # If doing something security critical, make sure to verify the signatures in this metadata.
Copy file name to clipboardExpand all lines: docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.vulnerabilities.html
+85Lines changed: 85 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,87 @@ <h3>Method Details</h3>
124
124
],
125
125
},
126
126
"build": { # Details of a build occurrence. # Describes a verifiable build.
127
+
"inTotoSlsaProvenanceV1": { # In-Toto Slsa Provenance V1 represents a slsa provenance meeting the slsa spec, wrapped in an in-toto statement. This allows for direct jsonification of a to-spec in-toto slsa statement with a to-spec slsa provenance.
128
+
"_type": "A String", # InToto spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement
129
+
"predicate": { # Keep in sync with schema at https://github.com/slsa-framework/slsa/blob/main/docs/provenance/schema/v1/provenance.proto Builder renamed to ProvenanceBuilder because of Java conflicts.
130
+
"buildDefinition": {
131
+
"buildType": "A String",
132
+
"externalParameters": {
133
+
"a_key": "", # Properties of the object.
134
+
},
135
+
"internalParameters": {
136
+
"a_key": "", # Properties of the object.
"digest": { # `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
202
+
"a_key": "A String",
203
+
},
204
+
"name": "A String",
205
+
},
206
+
],
207
+
},
127
208
"intotoProvenance": { # Deprecated. See InTotoStatement for the replacement. In-toto Provenance representation as defined in spec.
128
209
"builderConfig": { # required
129
210
"id": "A String",
@@ -455,6 +536,10 @@ <h3>Method Details</h3>
455
536
"continuousAnalysis": "A String", # Whether the resource is continuously analyzed.
456
537
"cpe": "A String", # The CPE of the resource being scanned.
457
538
"lastScanTime": "A String", # The last time this resource was scanned.
539
+
"sbomStatus": { # The status of an SBOM generation. # The status of an SBOM generation.
540
+
"error": "A String", # If there was an error generating an SBOM, this will indicate what that error was.
541
+
"sbomState": "A String", # The progress of the SBOM generation.
542
+
},
458
543
},
459
544
"dsseAttestation": { # Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence. # Describes an attestation of an artifact using dsse.
460
545
"envelope": { # MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type. # If doing something security critical, make sure to verify the signatures in this metadata.
0 commit comments