mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
wip
This commit is contained in:
@@ -19,6 +19,7 @@ class GithubService:
|
||||
self.security_content_branch = security_content_branch
|
||||
self.security_content_repo_obj = self.clone_project(SECURITY_CONTENT_URL, f"security_content", f"develop")
|
||||
self.security_content_repo_obj.git.checkout(security_content_branch)
|
||||
self.security_content_repo_obj.git.merge('develop')
|
||||
|
||||
def clone_project(self, url, project, branch):
|
||||
LOGGER.info(f"Clone Security Content Project")
|
||||
|
||||
@@ -50,3 +50,4 @@ tags:
|
||||
- Processes.process
|
||||
- Processes.dest
|
||||
security_domain: endpoint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user