@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20240625 → 0.0.20240712
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 +2 -22
- 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: 20240712
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -514,23 +514,13 @@ declare namespace gapi.client {
|
|
|
514
514
|
/** Collection of file hashes. */
|
|
515
515
|
fileHash?: ContaineranalysisGoogleDevtoolsCloudbuildV1Hash[];
|
|
516
516
|
}
|
|
517
|
-
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GCSLocation {
|
|
518
|
-
/** Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#requirements */
|
|
519
|
-
bucket?: string;
|
|
520
|
-
/** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
521
|
-
generation?: string;
|
|
522
|
-
/** Cloud Storage object. See https://cloud.google.com/storage/docs/naming#objectnames */
|
|
523
|
-
object?: string;
|
|
524
|
-
}
|
|
525
517
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig {
|
|
526
518
|
/** Configuration for HTTP related git operations. */
|
|
527
519
|
http?: ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig;
|
|
528
520
|
}
|
|
529
521
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig {
|
|
530
|
-
/** SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port]
|
|
522
|
+
/** SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the default Service Account or user-specified Service Account) should have `secretmanager.versions.access` permissions on this secret. The proxy URL should be in format `protocol://@]proxyhost[:port]`. */
|
|
531
523
|
proxySecretVersionName?: string;
|
|
532
|
-
/** Optional. Cloud Storage object storing the certificate to use with the HTTP proxy. */
|
|
533
|
-
proxySslCaInfo?: ContaineranalysisGoogleDevtoolsCloudbuildV1GCSLocation;
|
|
534
524
|
}
|
|
535
525
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource {
|
|
536
526
|
/** Optional. Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's `dir` is specified and is an absolute path, this value is ignored for that step's execution. */
|
|
@@ -801,8 +791,6 @@ declare namespace gapi.client {
|
|
|
801
791
|
lastScanTime?: string;
|
|
802
792
|
/** The status of an SBOM generation. */
|
|
803
793
|
sbomStatus?: SBOMStatus;
|
|
804
|
-
/** The status of an vulnerability attestation generation. */
|
|
805
|
-
vulnerabilityAttestation?: VulnerabilityAttestation;
|
|
806
794
|
}
|
|
807
795
|
interface Distribution {
|
|
808
796
|
/** The CPU architecture for which packages in this distribution channel were built. */
|
|
@@ -1544,14 +1532,6 @@ declare namespace gapi.client {
|
|
|
1544
1532
|
/** The title of the note. E.g. `Vex-Debian-11.4` */
|
|
1545
1533
|
title?: string;
|
|
1546
1534
|
}
|
|
1547
|
-
interface VulnerabilityAttestation {
|
|
1548
|
-
/** If failure, the error reason for why the attestation generation failed. */
|
|
1549
|
-
error?: string;
|
|
1550
|
-
/** The last time we attempted to generate an attestation. */
|
|
1551
|
-
lastAttemptTime?: string;
|
|
1552
|
-
/** The success/failure state of the latest attestation attempt. */
|
|
1553
|
-
state?: string;
|
|
1554
|
-
}
|
|
1555
1535
|
interface VulnerabilityNote {
|
|
1556
1536
|
/** 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. */
|
|
1557
1537
|
cvssScore?: number;
|