Currently, the tool states
Exits with code 0 if highlights were found, 1 if no highlights were found, and 2 if an error occurred
Using this tool within CI, a non-0 exit code typically causes the job to fail which doesn't feel congruent with "no highlights found" (which to my understanding means there's no noteworthy findings?)
Would it make sense to swap the 0 and 1 exit codes? Or to at least add an argument that swaps them?
TIA
Currently, the tool states
Using this tool within CI, a non-0 exit code typically causes the job to fail which doesn't feel congruent with "no highlights found" (which to my understanding means there's no noteworthy findings?)
Would it make sense to swap the 0 and 1 exit codes? Or to at least add an argument that swaps them?
TIA