Hi, I want to implement a third party library scanning tool in my cicd pipeline for many repositories. However, this tool only works in local environment. I am thinking I should install this tool in a docker image and use the image to spin up a gitlab runner. What I couldn’t quite understand is how I’m supposed to have a local copy of the repository source codes inside my gitlab runner container? Do the files get copied by default or do I need to import them explicitly?