in order to captue the original output color, I used this library. it works well on my local environment(mac os). but it runs into error in the docker environment
here is the link https://github.com/kcmvp/archunit/actions/runs/7511175563/job/20450454708
here is the code using this library.
https://github.com/kcmvp/gob/blob/main/cmd/shared/util.go
am I using wrong way of this library or it's an environment issue? If it's a environment issue, are there any walk around?
thank you very much!