Results 18 comments of Arren

There is also good point to use ZVOL inside an LXC container, it is nested containerization with containerd/rkit for docker or even for K8S. As a workaround it is possible...

I don't think that the project should be in remote section because resources are binded to the project not to the remote. Just imagine what happened if you will change...

> Hi folks, > > I have not had time to look into this. If someone else is able to, I would be happy to review. > > I recommend...

This exception appears only when certain file was placed for scanning, so I suspect mismatch with metadata or whatever. OS is linux/archlinux but I'm sure it doesn't matter. I'm running...

It occurs only for one file, other ~300 works fine, I think it might be a metadata bug. I want to make experiments: - remove metadata from file and rescan...

Experiments are went wrong 😄 I managed to add "incorrect" files one by one, but service crashes on many files given for scanning, so I decided there is no metadata...

I just found the same issue with that test env ```yaml version: "3" services: pod: image: k8s.gcr.io/pause:3.8 cli: image: busybox depends_on: [nginx] network_mode: service:pod nginx: image: nginx:alpine network_mode: service:pod ```...

I faced the same problem and looked around for the way to disable it and found that checking vim secureness is poor and just based on the reges match in...

I've got the same issue with OTEL receiver, tried to push spans using official docu but didn't have success whereas using zipkin receiver all fine. opentelemetry spans are not shown...