Build wrapper in bazel environment with sandbox

HI team,

My project is running on bazel environment with sandbox. Now we are trying to implement c scanner using build wrapper. When i read in documentation we need to disable sandbox in bazel if I want to use build wrapper. Is there a way to run the bazel build command without disable sandbox.

Command: build-wrapper-linux-x86-64 --out-dir output bazel --batch build …

If I run the above build command the build is successful but in build-wrapper-dump.json file
captures block it shows [
]

Hey there.

I suggest following up on your existing thread instead of trying to split the conversation in two.

I will close this thread.