I am integrating Snyk with my Azure pipeline, but my concerns are:
1- is Snyk take a copy of my source code and save it on their servers, as I am connecting and giving authentication with an API key to my Azure pipeline?
2- what other options to connect Snyk to my Azure pipeline than CI/CD?
3- When I integrate Snyk to the Azure pipeline, and I scan the source code what is going on in the background, does Snyk have access to my source code? do they have a copy of the source code?
Can anyone help with these questions?
Thanks