Costin Zaharia
Costin Zaharia
Internal [working document](https://docs.google.com/document/d/1N4SEu2KaRaM26RhE_tsUgKtRn3LLw8eyrBWDLa7AGFM/edit). Contributes to https://github.com/SonarSource/sonar-scanner-msbuild/issues/1960
Currently, they rely on automatic detection, but for consistency, it makes sense to use the parameter value provided by the user.
Internal [working document](https://docs.google.com/document/d/1N4SEu2KaRaM26RhE_tsUgKtRn3LLw8eyrBWDLa7AGFM/edit). Our scanner does not currently fully support some scenarios. The bootstrapping asks for their support. - [ ] `sonar.scanner.truststorePath` -> use in httpclient in provisioning and pass...
The Scanner for .Net tries to determine the base directory by doing the following checks: - if `sonar.projectBaseDir` property is defined, use the given value - if the `TF_BUILD_SOURCESDIRECTORY` environment...
Modules were deprecated in the sonar api, and the metrics are now resolved at the project level. Since we can't register the same metric multiple times on the same project,...
Currently, this is not the case. The restore is failing, but the build succeeds. See also: https://github.com/SonarSource/sonar-dotnet/issues/9575
Currently, we install the JDK, but it is automatically provisioned by the scanner, and it can be removed. With this, we will dogfood the JRE bootstrapping on our infrastructure.
We have issues from time to time when installing tools and accessing the logs proved difficult. We can reduce the number of dependencies in the image generation script.