@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20260130 → 0.0.20260220
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.
- package/index.d.ts +5 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://containeranalysis.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260220
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -82,6 +82,8 @@ declare namespace gapi.client {
|
|
|
82
82
|
layerCount?: number;
|
|
83
83
|
/** The name of the base image. */
|
|
84
84
|
name?: string;
|
|
85
|
+
/** The registry in which the base image is from. */
|
|
86
|
+
registry?: string;
|
|
85
87
|
/** The repository name in which the base image is from. */
|
|
86
88
|
repository?: string;
|
|
87
89
|
}
|
|
@@ -1184,8 +1186,6 @@ declare namespace gapi.client {
|
|
|
1184
1186
|
reason?: string;
|
|
1185
1187
|
}
|
|
1186
1188
|
interface Note {
|
|
1187
|
-
/** The timestamp when the advisory was first published by the source feed. */
|
|
1188
|
-
advisoryPublishTime?: string;
|
|
1189
1189
|
/** A note describing an attestation role. */
|
|
1190
1190
|
attestation?: AttestationNote;
|
|
1191
1191
|
/** A note describing build provenance for a verifiable build. */
|
|
@@ -1686,6 +1686,8 @@ declare namespace gapi.client {
|
|
|
1686
1686
|
title?: string;
|
|
1687
1687
|
}
|
|
1688
1688
|
interface VulnerabilityNote {
|
|
1689
|
+
/** The time this advisory was published by the source. */
|
|
1690
|
+
advisoryPublishTime?: string;
|
|
1689
1691
|
/** The CVSS score of this vulnerability. CVSS score is on a scale of 0 - 10 where 0 indicates low severity and 10 indicates high severity. */
|
|
1690
1692
|
cvssScore?: number;
|
|
1691
1693
|
/** The full description of the v2 CVSS for this vulnerability. */
|