Skip to content

Commit 647b5f4

Browse files
Commit via running ake Package.swift
1 parent ec31d64 commit 647b5f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Package.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)