This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
Releases: bellingard/sonar-scanner-npm
Releases · bellingard/sonar-scanner-npm
By default, the Scanner for JS uses the platform distributions
- Use official SonarQube scanner distributions
- By default, the Scanner for JS should use the platform distributions and not the installed scanner
For more details: https://github.com/bellingard/sonar-scanner-npm/milestone/1?closed=1
Production ready version
1.0.0 Prod ready release
Fix regression
0.5.1 Fix regression
Fix bugs and adds test
Still needs to add more tests but already good coverage for the resolution of analysis parameters.
Support more options and SQ Scanner env variable
For example, it is possible to override the name that will be displayed in SonarQube.
Add support for Windows and Linux
This version can work without a Java environment on:
- MacOS
- Linux
- Windows (not tested yet)
Version working w/o a Java environment
This version can work with both:
- No Java environment
- It will download an executable for the target platform
- Note: only MacOS is currently supported
- A Java (8+) environment with a SonarQube Scanner install
Initial release working only with a Java environment
This version requires:
- A Java (8+) environment
- SonarQube scanner to be installed