@@ -18,6 +18,7 @@ let package = Package(
1818 . library( name: " GitHubRestAPIChecks " , targets: [ " GitHubRestAPIChecks " ] ) ,
1919 . library( name: " GitHubRestAPIClassroom " , targets: [ " GitHubRestAPIClassroom " ] ) ,
2020 . library( name: " GitHubRestAPICode_Scanning " , targets: [ " GitHubRestAPICode_Scanning " ] ) ,
21+ . library( name: " GitHubRestAPICode_Security " , targets: [ " GitHubRestAPICode_Security " ] ) ,
2122 . library( name: " GitHubRestAPICodes_Of_Conduct " , targets: [ " GitHubRestAPICodes_Of_Conduct " ] ) ,
2223 . library( name: " GitHubRestAPICodespaces " , targets: [ " GitHubRestAPICodespaces " ] ) ,
2324 . library( name: " GitHubRestAPICopilot " , targets: [ " GitHubRestAPICopilot " ] ) ,
@@ -111,6 +112,14 @@ let package = Package(
111112 ] ,
112113 path: " Sources/code-scanning "
113114 ) ,
115+ . target(
116+ name: " GitHubRestAPICode_Security " ,
117+ dependencies: [
118+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
119+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
120+ ] ,
121+ path: " Sources/code-security "
122+ ) ,
114123 . target(
115124 name: " GitHubRestAPICodes_Of_Conduct " ,
116125 dependencies: [
0 commit comments