Skip to content

Commit

Permalink
sonarcloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Olorunfemi Kawonise authored and Olorunfemi Kawonise committed Jul 4, 2023
1 parent 639cecd commit c8a34ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonar-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ const sonarqubeScanner = require('sonarqube-scanner');

sonarqubeScanner({
serverUrl: 'https://sonarcloud.io/',
token: 'ddb7e6a8da056e85ade9d762fbf1ca6f4a464409',
options : {
'sonar.projectDescription': 'This is a Node JS application',
'sonar.projectName': 'Node JS Application - Sample',
'sonar.projectKey':'NodeJsLandmarkTechnologies',
'sonar.login': 'ddb7e6a8da056e85ade9d762fbf1ca6f4a464409',
// 'sonar.login': 'ddb7e6a8da056e85ade9d762fbf1ca6f4a464409',
//'sonar.password': 'admin',
'sonar.projectVersion':'1.0',
'sonar.language':'js',
Expand Down

0 comments on commit c8a34ee

Please sign in to comment.