ScoopInstaller_Main/bucket/sonar-scanner.json
2022-12-23 12:32:09 +00:00

22 lines
856 B
JSON

{
"version": "4.8.0.2856",
"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-4.8.0.2856.zip",
"hash": "642d3e189bcca51055bc17d349fc575bf6259df1b54f4077a9a6c586afd65bff",
"extract_dir": "sonar-scanner-4.8.0.2856",
"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"
}
}