Max Davitt

Results 2 comments of Max Davitt

I ran into a similar issue recently and I was able to use [`rw-stream-sink`](https://docs.rs/rw-stream-sink), although that comes with two noteworthy caveats: 1. [it only accepts a type that implements both...

In case anybody is looking for a workaround, I was able to use `sed` to strip it out, e.g. ```sh docker run -v "$(pwd)/images":/images checkmarx/kics:v2.1.13-alpine scan -p /images | sed...