mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
25 lines
910 B
JSON
25 lines
910 B
JSON
{
|
|
"homepage": "https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/",
|
|
"description": "Source code scanner for SonarQube analyzer.",
|
|
"license": "LGPL-3.0-only",
|
|
"version": "4.2.0.1873",
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.2.0.1873.zip",
|
|
"hash": "C1903A3F4CB8AD4F0EEAF8E478B667FBE9EB6EC595DB558486761404B88D0B2D",
|
|
"extract_dir": "sonar-scanner-4.2.0.1873",
|
|
"bin": "bin\\sonar-scanner.bat",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
],
|
|
"SonarQube": "sonarqube"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/SonarSource/sonar-scanner-cli"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$version.zip",
|
|
"extract_dir": "sonar-scanner-$version"
|
|
}
|
|
}
|