Skip to content

Commit 72a9a42

Browse files
Commit via running: make Sources/packages
1 parent e5d72ae commit 72a9a42

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/packages/Types.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,11 @@ public enum Components {
12061206
}
12071207
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
12081208
public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
1209+
/// Enable or disable GitHub Advanced Security for the repository.
1210+
///
1211+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
1212+
///
1213+
///
12091214
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
12101215
public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
12111216
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -1226,6 +1231,11 @@ public enum Components {
12261231
case status
12271232
}
12281233
}
1234+
/// Enable or disable GitHub Advanced Security for the repository.
1235+
///
1236+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
1237+
///
1238+
///
12291239
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
12301240
public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
12311241
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -1371,7 +1381,7 @@ public enum Components {
13711381
/// Creates a new `SecurityAndAnalysis`.
13721382
///
13731383
/// - Parameters:
1374-
/// - advancedSecurity:
1384+
/// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
13751385
/// - codeSecurity:
13761386
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
13771387
/// - secretScanning:

0 commit comments

Comments
 (0)