mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
25 lines
910 B
JSON
25 lines
910 B
JSON
{
|
|
"version": "4.6.0.2311",
|
|
"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.6.0.2311.zip",
|
|
"hash": "e45599982e455fc36ac896579a9b88957060882b8eaa3a2d69e9e373f9174381",
|
|
"extract_dir": "sonar-scanner-4.6.0.2311",
|
|
"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"
|
|
}
|
|
}
|