name: Official SonarQube Scan # Warning: changing name would change URL in the marketplace description: > Scan your code with SonarQube Server and Cloud to detect issues in 30+ languages. (Formerly SonarQube and SonarCloud) branding: icon: check color: green inputs: args: description: Additional arguments to the Sonar Scanner CLI required: false default: "" projectBaseDir: description: Set the sonar.projectBaseDir analysis property required: false default: "." scannerVersion: description: Version of the Sonar Scanner CLI to use required: false # to be kept in sync with sonar-scanner-version default: 8.0.1.6346 scannerBinariesUrl: description: URL to download the Sonar Scanner CLI binaries from required: false default: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli skipSignatureVerification: description: Skip GPG signature verification (defaults to true temporarily while dirmngr dependency is resolved; set to false to enable verification) required: false default: "true" runs: using: node24 main: dist/index.js