bitbucket-report-sonarqube
Advanced tools
Comparing version 1.0.29 to 1.0.30
{ | ||
"name": "bitbucket-report-sonarqube", | ||
"bin": "src/index.js", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"description": "Commandline tool to use the management APIs of SAP API Management", | ||
@@ -6,0 +6,0 @@ "main": "src/index.js", |
@@ -117,3 +117,3 @@ #!/usr/bin/env node | ||
await axios.post(`https://api.bitbucket.org/2.0/repositories/${program.reposlug}/commit/${program.commit}/reports/${program.reportId}/annotations`, | ||
issues, { | ||
issues.slice(0,99), { | ||
proxy: { | ||
@@ -120,0 +120,0 @@ host: 'localhost', |
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
4969