malwareunicorn

Results 2 comments of malwareunicorn

Yep I confirmed the fix, switching from StdoutPipe and StderrPipe to a custom os.Pipe() solved the output issues when in google cloud run. I had to change the pipes in...

@joshblum yeah the `Run` is not needed but what is needed is the actual assignment for stdout because the command needs a different file descriptor since the container's stdout file...