@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20250704 → 0.0.20250731

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.
Files changed (2) hide show
  1. package/index.d.ts +24 -4
  2. 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: 20250704
12
+ // Revision: 20250731
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -190,6 +190,8 @@ declare namespace gapi.client {
190
190
  name?: string;
191
191
  /** Output only. Stores timing information for pulling this build step's builder image only. */
192
192
  pullTiming?: TimeSpan;
193
+ /** Remote configuration for the build step. */
194
+ remoteConfig?: string;
193
195
  results?: StepResult[];
194
196
  /** A shell script to be executed in the step. When script is provided, the user cannot specify the entrypoint or args. */
195
197
  script?: string;
@@ -212,6 +214,10 @@ declare namespace gapi.client {
212
214
  /** The localized name of the category. */
213
215
  name?: string;
214
216
  }
217
+ interface CISAKnownExploitedVulnerabilities {
218
+ /** Whether the vulnerability is known to have been leveraged as part of a ransomware campaign. */
219
+ knownRansomwareCampaignUse?: string;
220
+ }
215
221
  interface CisBenchmark {
216
222
  profileLevel?: number;
217
223
  severity?: string;
@@ -896,6 +902,12 @@ declare namespace gapi.client {
896
902
  keyid?: string;
897
903
  sig?: string;
898
904
  }
905
+ interface ExploitPredictionScoringSystem {
906
+ /** The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score */
907
+ percentile?: number;
908
+ /** The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days */
909
+ score?: number;
910
+ }
899
911
  interface ExportSBOMRequest {
900
912
  /** Optional. Empty placeholder to denote that this is a Google Cloud Storage export request. */
901
913
  cloudStorageLocation?: any;
@@ -1114,7 +1126,7 @@ declare namespace gapi.client {
1114
1126
  nextPageToken?: string;
1115
1127
  /** The notes requested. */
1116
1128
  notes?: Note[];
1117
- /** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: projects//locations/ */
1129
+ /** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: `projects/[PROJECT_ID]/locations/[LOCATION]` */
1118
1130
  unreachable?: string[];
1119
1131
  }
1120
1132
  interface ListOccurrencesResponse {
@@ -1122,7 +1134,7 @@ declare namespace gapi.client {
1122
1134
  nextPageToken?: string;
1123
1135
  /** The occurrences requested. */
1124
1136
  occurrences?: Occurrence[];
1125
- /** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: projects//locations/ */
1137
+ /** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: `projects/[PROJECT_ID]/locations/[LOCATION]` */
1126
1138
  unreachable?: string[];
1127
1139
  }
1128
1140
  interface Location {
@@ -1383,6 +1395,12 @@ declare namespace gapi.client {
1383
1395
  name?: string;
1384
1396
  uri?: string;
1385
1397
  }
1398
+ interface Risk {
1399
+ /** CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild. */
1400
+ cisaKev?: CISAKnownExploitedVulnerabilities;
1401
+ /** The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild. */
1402
+ epss?: ExploitPredictionScoringSystem;
1403
+ }
1386
1404
  interface RunDetails {
1387
1405
  builder?: ProvenanceBuilder;
1388
1406
  byproducts?: ResourceDescriptor[];
@@ -1690,6 +1708,8 @@ declare namespace gapi.client {
1690
1708
  packageIssue?: PackageIssue[];
1691
1709
  /** Output only. URLs related to this vulnerability. */
1692
1710
  relatedUrls?: RelatedUrl[];
1711
+ /** Risk information about the vulnerability, such as CISA, EPSS, etc. */
1712
+ risk?: Risk;
1693
1713
  /** Output only. The note provider assigned severity of this vulnerability. */
1694
1714
  severity?: string;
1695
1715
  /** Output only. A one sentence description of this vulnerability. */
@@ -1701,7 +1721,7 @@ declare namespace gapi.client {
1701
1721
  interface VulnerabilityOccurrencesSummary {
1702
1722
  /** A listing by resource of the number of fixable and total vulnerabilities. */
1703
1723
  counts?: FixableTotalByDigest[];
1704
- /** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: projects//locations/ */
1724
+ /** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: `projects/[PROJECT_ID]/locations/[LOCATION]` */
1705
1725
  unreachable?: string[];
1706
1726
  }
1707
1727
  interface WindowsDetail {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1",
3
- "version": "0.0.20250704",
3
+ "version": "0.0.20250731",
4
4
  "description": "TypeScript typings for Container Analysis API v1",
5
5
  "repository": {
6
6
  "type": "git",