I’m using sonarcloud to track all the projects inside a github organization.
At product->Administration I only see the “Restore access” option
How can I exclude from the analysis some specific projects?
Hello @CGarces,
First of all I wanted to address the “Restore access” option. If you’re seeing this, it’s because you don’t have admin permission on the project, but you are an admin on the organization. If you want to have project admin permissions on newly created projects (so that you don’t have to “Restore access” every time a new project is created), then you should configure the permission templates accordingly.
Now onto the question:
How can I exclude from the analysis some specific projects
If you’re using automatic analysis, then you can deactivate it on a per-project basis: Go to your project’s Administration > Analysis Method page and turn it off.
If you’re using CI-based analysis, then it’s just a matter of configuring your CI pipeline to only run the scanning tasks for the projects that you want.