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 6403a5e commit b2f92f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const sonarqubeScanner = require('sonarqube-scanner');

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

0 comments on commit b2f92f3

Please sign in to comment.