We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5242099 commit d4e5b86Copy full SHA for d4e5b86
1 file changed
src/Microsoft.ComponentDetection.Common/DockerService.cs
@@ -315,11 +315,7 @@ private static async Task<CreateContainerResponse> CreateContainerAsync(
315
[
316
"no-new-privileges",
317
],
318
- Binds =
319
- [
320
- $"{Path.GetTempPath()}:/tmp",
321
- "/var/run/docker.sock:/var/run/docker.sock",
322
- ],
+ Binds = binds,
323
},
324
};
325
0 commit comments