Summary
In this chapter, we discussed the service from Google Cloud to manage source code and provide Git version control to support collaborative development. This is the first key building block in the process of establishing a CI/CD process. In addition, we discussed various operations that can be performed in CSR along with a hands-on lab demonstrating native integration of CSR with Cloud Functions. The next chapter will focus on the services from Google Cloud required to build code, create image artifacts, and manage artifacts. These services include Cloud Build and Container Registry.
Points to remember
The following are some important points to remember:
- CSR is a fully managed private Git repository.
- CSR provides one-way sync with GitHub and Bitbucket.
- CSR provides a feature for universal code search and the search can be set either for a specific project, a specific repository, a specific directory, or everything.
- CSR can be set up to detect security...