Skip to content

Commit 83553a2

Browse files
feat(ondemandscanning): update the api
#### ondemandscanning:v1 The following keys were deleted: - schemas.DiscoveryOccurrence.properties.vulnerabilityAttestation.$ref (Total Keys: 1) - schemas.VulnerabilityAttestation (Total Keys: 6) #### ondemandscanning:v1beta1 The following keys were deleted: - schemas.DiscoveryOccurrence.properties.vulnerabilityAttestation.$ref (Total Keys: 1) - schemas.VulnerabilityAttestation (Total Keys: 6)
1 parent f83072f commit 83553a2

File tree

4 files changed

+2
-80
lines changed

4 files changed

+2
-80
lines changed

docs/dyn/ondemandscanning_v1.projects.locations.scans.vulnerabilities.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,6 @@ <h3>Method Details</h3>
545545
&quot;error&quot;: &quot;A String&quot;, # If there was an error generating an SBOM, this will indicate what that error was.
546546
&quot;sbomState&quot;: &quot;A String&quot;, # The progress of the SBOM generation.
547547
},
548-
&quot;vulnerabilityAttestation&quot;: { # The status of an vulnerability attestation generation. # The status of an vulnerability attestation generation.
549-
&quot;error&quot;: &quot;A String&quot;, # If failure, the error reason for why the attestation generation failed.
550-
&quot;lastAttemptTime&quot;: &quot;A String&quot;, # The last time we attempted to generate an attestation.
551-
&quot;state&quot;: &quot;A String&quot;, # The success/failure state of the latest attestation attempt.
552-
},
553548
},
554549
&quot;dsseAttestation&quot;: { # 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.
555550
&quot;envelope&quot;: { # 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.

docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.vulnerabilities.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,6 @@ <h3>Method Details</h3>
545545
&quot;error&quot;: &quot;A String&quot;, # If there was an error generating an SBOM, this will indicate what that error was.
546546
&quot;sbomState&quot;: &quot;A String&quot;, # The progress of the SBOM generation.
547547
},
548-
&quot;vulnerabilityAttestation&quot;: { # The status of an vulnerability attestation generation. # The status of an vulnerability attestation generation.
549-
&quot;error&quot;: &quot;A String&quot;, # If failure, the error reason for why the attestation generation failed.
550-
&quot;lastAttemptTime&quot;: &quot;A String&quot;, # The last time we attempted to generate an attestation.
551-
&quot;state&quot;: &quot;A String&quot;, # The success/failure state of the latest attestation attempt.
552-
},
553548
},
554549
&quot;dsseAttestation&quot;: { # 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.
555550
&quot;envelope&quot;: { # 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.

googleapiclient/discovery_cache/documents/ondemandscanning.v1.json

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20240624",
342+
"revision": "20240709",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -1110,10 +1110,6 @@
11101110
"sbomStatus": {
11111111
"$ref": "SBOMStatus",
11121112
"description": "The status of an SBOM generation."
1113-
},
1114-
"vulnerabilityAttestation": {
1115-
"$ref": "VulnerabilityAttestation",
1116-
"description": "The status of an vulnerability attestation generation."
11171113
}
11181114
},
11191115
"type": "object"
@@ -2846,36 +2842,6 @@
28462842
},
28472843
"type": "object"
28482844
},
2849-
"VulnerabilityAttestation": {
2850-
"description": "The status of an vulnerability attestation generation.",
2851-
"id": "VulnerabilityAttestation",
2852-
"properties": {
2853-
"error": {
2854-
"description": "If failure, the error reason for why the attestation generation failed.",
2855-
"type": "string"
2856-
},
2857-
"lastAttemptTime": {
2858-
"description": "The last time we attempted to generate an attestation.",
2859-
"format": "google-datetime",
2860-
"type": "string"
2861-
},
2862-
"state": {
2863-
"description": "The success/failure state of the latest attestation attempt.",
2864-
"enum": [
2865-
"VULNERABILITY_ATTESTATION_STATE_UNSPECIFIED",
2866-
"SUCCESS",
2867-
"FAILURE"
2868-
],
2869-
"enumDescriptions": [
2870-
"Default unknown state.",
2871-
"Attestation was successfully generated and stored.",
2872-
"Attestation was unsuccessfully generated and stored."
2873-
],
2874-
"type": "string"
2875-
}
2876-
},
2877-
"type": "object"
2878-
},
28792845
"VulnerabilityOccurrence": {
28802846
"description": "An occurrence of a severity vulnerability on a resource.",
28812847
"id": "VulnerabilityOccurrence",

googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20240624",
342+
"revision": "20240709",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -1105,10 +1105,6 @@
11051105
"sbomStatus": {
11061106
"$ref": "SBOMStatus",
11071107
"description": "The status of an SBOM generation."
1108-
},
1109-
"vulnerabilityAttestation": {
1110-
"$ref": "VulnerabilityAttestation",
1111-
"description": "The status of an vulnerability attestation generation."
11121108
}
11131109
},
11141110
"type": "object"
@@ -2841,36 +2837,6 @@
28412837
},
28422838
"type": "object"
28432839
},
2844-
"VulnerabilityAttestation": {
2845-
"description": "The status of an vulnerability attestation generation.",
2846-
"id": "VulnerabilityAttestation",
2847-
"properties": {
2848-
"error": {
2849-
"description": "If failure, the error reason for why the attestation generation failed.",
2850-
"type": "string"
2851-
},
2852-
"lastAttemptTime": {
2853-
"description": "The last time we attempted to generate an attestation.",
2854-
"format": "google-datetime",
2855-
"type": "string"
2856-
},
2857-
"state": {
2858-
"description": "The success/failure state of the latest attestation attempt.",
2859-
"enum": [
2860-
"VULNERABILITY_ATTESTATION_STATE_UNSPECIFIED",
2861-
"SUCCESS",
2862-
"FAILURE"
2863-
],
2864-
"enumDescriptions": [
2865-
"Default unknown state.",
2866-
"Attestation was successfully generated and stored.",
2867-
"Attestation was unsuccessfully generated and stored."
2868-
],
2869-
"type": "string"
2870-
}
2871-
},
2872-
"type": "object"
2873-
},
28742840
"VulnerabilityOccurrence": {
28752841
"description": "An occurrence of a severity vulnerability on a resource.",
28762842
"id": "VulnerabilityOccurrence",

0 commit comments

Comments
 (0)