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

Possibility to enable bash globstar? #60

Closed pnedunuri closed 3 years ago

pnedunuri commented 4 years ago

Hi,

sonar.java.libraries: "**/build/libs/**/*.jar"

Is it possible to enable bash globstar [shopt -s globstar] in the resource? The problem we have is our developers can possibly generate jars at multiple levels and with bash globstar disabled the results are inconsistent. Appreciate any help! Thank you!

headcr4sh commented 4 years ago

Unfortunately, this is something that I haven't tried, yet. Any help / insights are therefore appreciated.

Does shopt -s globstar possibly break any existing behavior of the resource?

pnedunuri commented 4 years ago

I tested with the change, saw some issues and couldn't look into them. Now we need this feature on priority, will update you soon.

headcr4sh commented 3 years ago

Closed by #63.