
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
sonarqube-scanner-node
Advanced tools
sonarqube-scanner is npm package for sonar-scanner
yarn add sonarqube-scanner-node
or
npm install sonarqube-scanner-node
This package allows you to use same command line parameters and properties file sonar-scanner allows.
sonar-scanner-node can be added to node scripts as follows.
"scripts": {
"sonarqube": "sonarqube-scanner-node -Dsonar.login=<token>",
}
By default, SonarQube scanner binaries are downloaded from https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/. To use a custom mirror, use
environment variable SONAR_SCANNER_BASE_URL
and SONAR_SCANNER_CLI_VERSION
. Replace xxxxxx
with hostname of your mirror.
export SONAR_SCANNER_BASE_URL=https://npm.taobao.org/mirrors/sonar-scanner/
export SONAR_SCANNER_CLI_VERSION=5.0.1.3006
or (you can use cross-env for cross-platform)
SONAR_SCANNER_BASE_URL=https://npm.taobao.org/mirrors/sonar-scanner/ SONAR_SCANNER_CLI_VERSION=5.0.1.3006 npm i
or set it in your .npmrc
/ npm variables.
sonar_scanner_base_url=https://npm.taobao.org/mirrors/sonar-scanner/
sonar_scanner_cli_version=5.0.1.3006
FAQs
sonarqube-scanner npm package
The npm package sonarqube-scanner-node receives a total of 564 weekly downloads. As such, sonarqube-scanner-node popularity was classified as not popular.
We found that sonarqube-scanner-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.