Hi,
on Windows 10, PowerShell is the default terminal. The tool dscanner will write issues using the
“SonarQube external issue json format” to STDOUT. I pipe this output to a file.
dscanner --report . > sqei.json
While this works fine in the command prompt, the same command in PowerShell will create
a JSON file with encoding UCS-2 LE BOM. sonar-scanner fails for this JSON file.
Could you check whether you can enhance sonar-scanner to accept also this encoding?
Kind regards
André