Skip to content

Commit

Permalink
feat: add sonar-scanner-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Jackson authored and nickajacks1 committed Nov 17, 2024
1 parent cb8bddc commit 5e68ea8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sonar-scanner-cli.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description = "Scanner CLI for SonarQube"
repository = "https://github.com/SonarSource/sonar-scanner-cli"
binaries = ["bin/sonar-scanner"]
strip = 1
test = "sonar-scanner --version"
source = "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${version}.zip"
requires = ["jre"]

version "6.2.1.4610" {
auto-version {
github-release = "SonarSource/sonar-scanner-cli"
}
}

0 comments on commit 5e68ea8

Please sign in to comment.