Window installer should contain sonar-scanner & sonar-scanner-debug bash script to support git bash

sonar-scanner-cli-4.7.0.2747-windows has sonar-scanner.bat and sonar-scanner-debug.bat… it should also contain a bash version sonar-scanner and sonar-scanner-debug… its the same as the linux version just #!/bin/bash instead of #!/usr/bin/env sh… This would support the git bash users and is a super easy fix to your product.

1 Like