Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sonarqube-gate-check

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sonarqube-gate-check - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/sonarqube-verify.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc