Skip to content

Commit

Permalink
feat: add sonar-scanner-cli (#536)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Jackson <[email protected]>
  • Loading branch information
nickajacks1 and Nicholas Jackson authored Nov 18, 2024
1 parent f2a09dc commit 53d6e46
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 53d6e46

Please sign in to comment.