This commit is contained in:
P4T12ICK
2021-06-09 11:02:10 +02:00
parent 4a7004aac1
commit 8fe77347ad
2 changed files with 2 additions and 0 deletions
@@ -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