Which Google Cloud tools can be used to build a continuous integration  pipeline?

Correct
All of the options are correct. Source Repositories provides a private Git repository, Cloud Build builds containers, and Container Registry is a Docker images repository that performs vulnerability analysis. All three components are typically used in a continuous integration pipeline where on a  commit, code is built and tested and an image is built andpublished to a registry.