cathive / concourse-sonarqube-resource

performs SonarQube analyses and checks quality gates https://concourse-ci.org/ https://sonarqube.org/
Apache License 2.0
46 stars 50 forks source link

Fixing a missing quote when passing arguments to sonar-scanner #54

Closed fftorres closed 4 years ago

fftorres commented 4 years ago

I'm facing the following error when submitting analyses:

Preparing SonarQube scanner...
Decorating PR: 157 for branch patch/fix-sonar
Starting sonar-scanner (type: cli)...
/opt/resource/out: eval: line 286: unexpected EOF while looking for matching `"'

This PR aims to fix this problem.

fftorres commented 4 years ago

Hi @headcr4sh , can you please take a look into this PR when you have the chance?

headcr4sh commented 4 years ago

Thanks for the PR, @fftorres !