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: Sources/dependabot/Types.swift
+29-3Lines changed: 29 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4187,7 +4187,7 @@ public enum Components {
4187
4187
///
4188
4188
/// - Remark: Generated from `#/components/parameters/page`.
4189
4189
publictypealiasPage=Swift.Int
4190
-
/// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4190
+
/// The slug version of the enterprise name.
4191
4191
///
4192
4192
/// - Remark: Generated from `#/components/parameters/enterprise`.
4193
4193
publictypealiasEnterprise=Swift.String
@@ -4312,6 +4312,16 @@ public enum Components {
4312
4312
///
4313
4313
/// - Remark: Generated from `#/components/parameters/secret-name`.
4314
4314
publictypealiasSecretName=Swift.String
4315
+
/// A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
4316
+
///
4317
+
/// - Remark: Generated from `#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls`.
/// A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
4320
+
///
4321
+
/// Can be: `jfrog-artifactory`
4322
+
///
4323
+
/// - Remark: Generated from `#/components/parameters/dependabot-alert-comma-separated-package-registry`.
/// A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5625
+
///
5626
+
/// - Remark: Generated from `#/paths/orgs/{org}/dependabot/alerts/GET/query/artifact_registry_url`.
/// A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
5629
+
///
5630
+
/// Can be: `jfrog-artifactory`
5631
+
///
5632
+
/// - Remark: Generated from `#/paths/orgs/{org}/dependabot/alerts/GET/query/package_registry`.
/// - Remark: Generated from `#/components/parameters/dependabot-alert-comma-separated-has/case1`.
@@ -5720,6 +5740,8 @@ public enum Operations {
5720
5740
/// - ecosystem: A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.
5721
5741
/// - package: A comma-separated list of package names. If specified, only alerts for these packages will be returned.
5722
5742
/// - epssPercentage: CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:
5743
+
/// - artifactRegistryUrl: A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5744
+
/// - packageRegistry: A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.
5723
5745
/// - has: Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.
5724
5746
/// - scope: The scope of the vulnerable dependency. If specified, only alerts with this scope will be returned.
5725
5747
/// - sort: The property by which to sort the results.
0 commit comments