ScoopInstaller_Main/bucket/sonar-scanner.json
2023-07-26 16:27:04 +00:00

22 lines
856 B
JSON

{
"version": "5.0.0.2966",
"description": "Source code scanner for SonarQube analyzer.",
"homepage": "https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/",
"license": "LGPL-3.0-only",
"suggest": {
"JDK": "java/openjdk",
"SonarQube": "sonarqube"
},
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.0.2966.zip",
"hash": "1552987ca036d85b83ba68b815d641e26df04afff02570c6b72bec0fe4adea37",
"extract_dir": "sonar-scanner-5.0.0.2966",
"bin": "bin\\sonar-scanner.bat",
"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"
}
}