ScoopInstaller_Main/bucket/sonar-scanner.json
2024-06-26 16:29:32 +00:00

22 lines
856 B
JSON

{
"version": "6.1.0.4477",
"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-6.1.0.4477.zip",
"hash": "6928d282b22381d37865c725293f8d03613f81104bc2461ed3318fac2f345cdc",
"extract_dir": "sonar-scanner-6.1.0.4477",
"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"
}
}