When executing the run step, this results in no blame history being found by the sonar analyzer.
At the the start of the run step a see many of these sed errors:
Dereferencing bazel runfiles symlinks for accurate SCM resolution...
sed: 1: "./git/[path] ...": invalid command code .
I am running this on a Mac OSX with bazel running as sudo. Is there something I am missing and/or have configured incorrectly?
P.S. really appreciate this project, it unlocked the door for me to justify exploring Bazel for my organization :)