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 d956f39 commit 41b3e7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added scripts/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions scripts/nexus.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
registry_url="http:https://52.207.254.164:8081/repository/fintech-app-release/"
registry_url="http:https://44.212.24.102:8081/repository/fintech-app-release/"

# Provide your Nexus registry username and password
username=admin
password=admin123
username=myusername
password=mypassword

# Run npm login command using expect
expect <<EOF
Expand Down
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.92.229.254: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 41b3e7d

Please sign in to comment.