phingofficial/phing

SonarTask: Tool banner no longer matches regex

Closed this issue · 0 comments

Hey there,

Looks like

if (preg_match('/Sonar(Qube )?Scanner \d+\\.\d+/', $line) === 1) {

is out of date.

Current SonarScanner output (snippet)

01:13:03.756 INFO  SonarScanner CLI 6.1.0.4477

Perhaps it's good to add a flag to only made this a warning?