ScoopInstaller_Main/bucket/sonar-scanner.json
2025-01-20 16:29:52 +00:00

22 lines
856 B
JSON

{
"version": "7.0.0.4796",
"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-7.0.0.4796.zip",
"hash": "3e08e77cab603e381c86ad1b9e99386e61b8ed2609e42e3fb1920feaf3870592",
"extract_dir": "sonar-scanner-7.0.0.4796",
"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"
}
}