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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4312,10 +4312,10 @@ 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.
4315
+
/// A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
4316
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
4320
///
4321
4321
/// Can be: `jfrog-artifactory`
@@ -5621,10 +5621,10 @@ public enum Operations {
5621
5621
///
5622
5622
/// - Remark: Generated from `#/paths/orgs/{org}/dependabot/alerts/GET/query/epss_percentage`.
/// A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5624
+
/// A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5625
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
5629
///
5630
5630
/// Can be: `jfrog-artifactory`
@@ -5740,7 +5740,7 @@ public enum Operations {
5740
5740
/// - ecosystem: A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.
5741
5741
/// - package: A comma-separated list of package names. If specified, only alerts for these packages will be returned.
5742
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.
5743
+
/// - packageRegistryUrl: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
5744
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.
5745
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.
5746
5746
/// - scope: The scope of the vulnerable dependency. If specified, only alerts with this scope will be returned.
0 commit comments