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.
Files changed (2) hide show
  1. package/lib/sonarqube.js +1 -1
  2. 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 = 'sqa_57476a8e9fe67dcdddfbe5a146a681c9373a3ab8';
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secure-husky-setup",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Automatic Husky + Gitleaks setup for any JS project",
5
5
  "main": "bin/index.js",
6
6
  "bin": {