secure-husky-setup 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/sonarqube.js +1 -1
- package/package.json +1 -1
package/lib/sonarqube.js
CHANGED
|
@@ -12,7 +12,7 @@ const SONAR_PROPS_FILE = 'sonar-project.properties';
|
|
|
12
12
|
// Switch to GCP later by changing SONAR_HOST_URL and SONAR_TOKEN
|
|
13
13
|
// ---------------------------------------------------------------
|
|
14
14
|
const SONAR_HOST_URL = 'http://192.168.1.72:9000';
|
|
15
|
-
const SONAR_TOKEN = '
|
|
15
|
+
const SONAR_TOKEN = 'sqa_4579719d9a294abff391f803ddb08ca6d32d27c5';
|
|
16
16
|
// const SONAR_ORG = 'arjunlatiwala'; // only needed for SonarCloud
|
|
17
17
|
|
|
18
18
|
// Auto-create project on SonarQube via API so developer never needs to do it manually
|