Secure Local CI/CD Pipeline

Student Presenter(s): Vinodkumar Kakarla
Faculty Mentor: Sara Khanchi
Department: Computer Science
School/College: College of Engineering & Computing Sciences, Vancouver

The developers in startups are not able to deploy their unstable code to the dev environment without pushing it to the git. The local CI/CD pipeline bypasses the process of pushing the code to the git. The pipeline will execute unit test cases and deploy the code to the dev environment. The pipeline is implemented in node.js. For node servers, we can integrate this pipeline.