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
/// A boolean value (`true` or `false`) indicating whether to filter alerts by their push protection bypass status. When set to `true`, only alerts that were created because a push protection rule was bypassed will be returned. When set to `false`, only alerts that were not caused by a push protection bypass will be returned.
3021
+
///
3022
+
/// - Remark: Generated from `#/components/parameters/secret-scanning-alert-bypassed`.
/// The number that identifies an alert. You can find this at the end of the URL for a code scanning alert within GitHub, and in the `number` field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation.
3021
3025
///
3022
3026
/// - Remark: Generated from `#/components/parameters/alert-number`.
@@ -3380,6 +3384,10 @@ public enum Operations {
3380
3384
///
3381
3385
/// - Remark: Generated from `#/paths/orgs/{org}/secret-scanning/alerts/GET/query/hide_secret`.
/// A boolean value (`true` or `false`) indicating whether to filter alerts by their push protection bypass status. When set to `true`, only alerts that were created because a push protection rule was bypassed will be returned. When set to `false`, only alerts that were not caused by a push protection bypass will be returned.
3388
+
///
3389
+
/// - Remark: Generated from `#/paths/orgs/{org}/secret-scanning/alerts/GET/query/is_bypassed`.
/// - isPubliclyLeaked: A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
3401
3409
/// - isMultiRepo: A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
3402
3410
/// - hideSecret: A boolean value representing whether or not to hide literal secrets in the results.
3411
+
/// - isBypassed: A boolean value (`true` or `false`) indicating whether to filter alerts by their push protection bypass status. When set to `true`, only alerts that were created because a push protection rule was bypassed will be returned. When set to `false`, only alerts that were not caused by a push protection bypass will be returned.
/// A boolean value (`true` or `false`) indicating whether to filter alerts by their push protection bypass status. When set to `true`, only alerts that were created because a push protection rule was bypassed will be returned. When set to `false`, only alerts that were not caused by a push protection bypass will be returned.
4335
+
///
4336
+
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/secret-scanning/alerts/GET/query/is_bypassed`.
/// - isPubliclyLeaked: A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
4341
4356
/// - isMultiRepo: A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
4342
4357
/// - hideSecret: A boolean value representing whether or not to hide literal secrets in the results.
4358
+
/// - isBypassed: A boolean value (`true` or `false`) indicating whether to filter alerts by their push protection bypass status. When set to `true`, only alerts that were created because a push protection rule was bypassed will be returned. When set to `false`, only alerts that were not caused by a push protection bypass will be returned.
0 commit comments