Skip to content

qiwi-forks/sonar-scanner-npm

This branch is 34 commits ahead of, 27 commits behind bellingard/sonar-scanner-npm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0a1522 · Aug 16, 2023
Sep 19, 2022
Oct 13, 2017
Sep 19, 2022
Nov 19, 2022
Aug 16, 2023
Oct 13, 2017
Oct 13, 2017
Sep 19, 2022
Jun 22, 2021
Mar 4, 2020
Jun 22, 2021
Aug 16, 2023
Jul 6, 2020
Sep 19, 2022
Jun 22, 2021
Aug 16, 2023
Aug 16, 2023

Repository files navigation

@qiwi/sonarqube-scanner

The fork of the fork (dvolpato/sonar-scanner-npm) of the original SonarQube Scanner for NPM to bring a bit more security for enterprise use.

Extras

  • Check bin hashes
  • Fixed some vuls / updated deps

Installation

npm install -D @qiwi/sonarqube-scanner

Usage

const scanner = require('sonarqube-scanner');
scanner(
  {
    serverUrl : 'https://sonarqube.mycompany.com',
    token : "019d1e2e04eefdcd0caee1468f39a45e69d33d3f",
    options: {
      'sonar.projectName': 'My App',
      'sonar.projectDescription': 'Description for "My App" project...',
      'sonar.sources': 'src',
      'sonar.tests': 'specs'
    }
  },
  () => process.exit()
)

Follow the upstream docs for details.

License

sonarqube-scanner is licensed under the LGPL v3 License.

About

SonarQube Scanner for the JavaScript world

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%