Hi,
At this moment we are using sonarqube extension for Azure DevOps version 5. This version is deprecated and the advice is to use version 6.
SonarQube extension for Azure DevOps (sonarsource.com)
This new version hasn’t sonarscanner available in the task and because of this, the task wants to get that from github and sonarsource websites.
In the above link, you can see the following requirement:
When running version 6 tasks, internet access is required by the pipelines calling the .NET or CLI scanners:
- Access to github.com is required to download the SonarScanner for .NET.
- Access to binaries.sonarsource.com is required to download the SonarScanner CLI.
But since we are using agents with no internet access I want to preinstall the sonar packages and wants to use the local packages on the agents. The task should not try to make a connection to github and sonarsource to get the packages.
Do you know if that is possible?