ScoopInstaller_Main/bucket/sonar-scanner.json
2024-09-17 12:31:37 +00:00

22 lines
856 B
JSON

{
"version": "6.2.0.4584",
"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.2.0.4584.zip",
"hash": "6f3ddd5e273a65cfc9df88ef1e5991bc5aa984533edbc3880cb045b73e62bce8",
"extract_dir": "sonar-scanner-6.2.0.4584",
"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"
}
}