Skip to content

Commit ff97f07

Browse files
Commit via running: make Sources/checks
1 parent 60e2608 commit ff97f07

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/checks/Types.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,11 @@ public enum Components {
974974
}
975975
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
976976
public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
977+
/// Enable or disable GitHub Advanced Security for the repository.
978+
///
979+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
980+
///
981+
///
977982
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
978983
public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
979984
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -994,6 +999,11 @@ public enum Components {
994999
case status
9951000
}
9961001
}
1002+
/// Enable or disable GitHub Advanced Security for the repository.
1003+
///
1004+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
1005+
///
1006+
///
9971007
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
9981008
public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
9991009
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -1139,7 +1149,7 @@ public enum Components {
11391149
/// Creates a new `SecurityAndAnalysis`.
11401150
///
11411151
/// - Parameters:
1142-
/// - advancedSecurity:
1152+
/// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
11431153
/// - codeSecurity:
11441154
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
11451155
/// - secretScanning:

0 commit comments

Comments
 (0)