Skip to content

Commit 1a9808d

Browse files
Commit via running: make Sources/search
1 parent 8127cb9 commit 1a9808d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/search/Types.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,6 +2264,11 @@ public enum Components {
22642264
}
22652265
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
22662266
public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
2267+
/// Enable or disable GitHub Advanced Security for the repository.
2268+
///
2269+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2270+
///
2271+
///
22672272
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
22682273
public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
22692274
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2284,6 +2289,11 @@ public enum Components {
22842289
case status
22852290
}
22862291
}
2292+
/// Enable or disable GitHub Advanced Security for the repository.
2293+
///
2294+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2295+
///
2296+
///
22872297
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
22882298
public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
22892299
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2429,7 +2439,7 @@ public enum Components {
24292439
/// Creates a new `SecurityAndAnalysis`.
24302440
///
24312441
/// - Parameters:
2432-
/// - advancedSecurity:
2442+
/// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
24332443
/// - codeSecurity:
24342444
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
24352445
/// - secretScanning:

0 commit comments

Comments
 (0)