Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Releases: bellingard/sonar-scanner-npm

By default, the Scanner for JS uses the platform distributions

02 May 11:30
Compare
Choose a tag to compare
  • 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

20 Nov 15:52
Compare
Choose a tag to compare
1.0.0

Prod ready release

Fix regression

14 Nov 16:05
Compare
Choose a tag to compare
0.5.1

Fix regression

Fix bugs and adds test

14 Nov 15:07
Compare
Choose a tag to compare

Still needs to add more tests but already good coverage for the resolution of analysis parameters.

Support more options and SQ Scanner env variable

23 Oct 14:42
Compare
Choose a tag to compare

For example, it is possible to override the name that will be displayed in SonarQube.

Add support for Windows and Linux

22 Oct 16:47
Compare
Choose a tag to compare

This version can work without a Java environment on:

  • MacOS
  • Linux
  • Windows (not tested yet)

Version working w/o a Java environment

22 Oct 16:32
Compare
Choose a tag to compare

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

22 Oct 16:31
Compare
Choose a tag to compare

This version requires:

  • A Java (8+) environment
  • SonarQube scanner to be installed