sonarqube-gate-check
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -37,3 +37,3 @@ #!/usr/bin/env node | ||
console.log('About to verify...'); | ||
if (!sonarSkip && !gateSkip) { | ||
if (!gateSkip) { | ||
return sonarqube.checkQualityGateStatus(sonarParams, sonarPassword); | ||
@@ -40,0 +40,0 @@ } else { |
{ | ||
"name": "sonarqube-gate-check", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Launch SonarQube analysis and add a verification on the status of the Quality Gate after the report has ended", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11682