We're having a repeated problem using this tool in containers/buildah where exit-codes are being returned without any corresponding error message. For example:
+ exec git-validation -v -run DCO,short-subject -range 2b32b824f81b4397f3082ed284d26f7e04b380a8..HEAD
time="2020-09-16T08:30:49-04:00" level=error msg="mm[git] cmd: \"git --no-pager log --pretty=format:%H 2b32b824f81b4397f3082ed284d26f7e04b380a8..HEAD\""
2020/09/16 08:30:49 exit status 128
If I execute that quoted git command locally in the repo., the tool exit(0). These are terribly difficult to debug...any assistance you could provide (even a clue where to look) would be extremely helpful.