feat: Integrate SonarCloud scan into Jenkins build and allow local scanning
parent
e5ec06ae
No related branches found
No related tags found
... | ... | @@ -11,6 +11,7 @@ |
"start": "node src/SyncCLI.js -c", | ||
"pretest": "eslint --ignore-path .gitignore .", | ||
"test": "jest --config=./jest.config.ts", | ||
"sonar-scan": "node sonar-scanner.js", | ||
"lab-sync": "ts-node -v && ts-node src/scripts/gl/GitlabSync.ts", | ||
"lab-env": "ts-node -v && ts-node src/scripts/gl/TestEnvironment.ts", | ||
"import-backup": "node src/auto_backup/Import.js", | ||
... | ... | @@ -58,6 +59,7 @@ |
"faker": "^5.5.3", | ||
"jest": "^29.7.0", | ||
"sinon": "^10.0.0", | ||
"sonarqube-scanner": "^3.4.0", | ||
"ts-jest": "^29.1.2" | ||
} | ||
} |
sonar-scanner.js
0 → 100644
-
mentioned in merge request !292 (merged)
-
mentioned in commit 306a2c06
Please register or sign in to comment