mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
910 B
JSON
25 lines
910 B
JSON
{
|
|
"version": "4.4.0.2170",
|
|
"description": "Source code scanner for SonarQube analyzer.",
|
|
"homepage": "https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/",
|
|
"license": "LGPL-3.0-only",
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.4.0.2170.zip",
|
|
"hash": "b24c19e948f152a4ea8dc43d037253234add639503d42194f6175869693ff058",
|
|
"extract_dir": "sonar-scanner-4.4.0.2170",
|
|
"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"
|
|
}
|
|
}
|