File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2424from pontos .github .api .artifacts import GitHubAsyncRESTArtifacts
2525from pontos .github .api .branch import GitHubAsyncRESTBranches
2626from pontos .github .api .client import GitHubAsyncRESTClient
27+ from pontos .github .api .code_scanning import GitHubAsyncRESTCodeScanning
2728from pontos .github .api .contents import GitHubAsyncRESTContent
2829from pontos .github .api .dependabot import GitHubAsyncRESTDependabot
2930from pontos .github .api .helper import (
@@ -166,6 +167,13 @@ def secret_scanning(self) -> GitHubAsyncRESTSecretScanning:
166167 """
167168 return GitHubAsyncRESTSecretScanning (self ._client )
168169
170+ @property
171+ def code_scanning (self ) -> GitHubAsyncRESTCodeScanning :
172+ """
173+ Code scanning related API
174+ """
175+ return GitHubAsyncRESTCodeScanning (self ._client )
176+
169177 @property
170178 def teams (self ) -> GitHubAsyncRESTTeams :
171179 """
You can’t perform that action at this time.
0 commit comments