Skip to content

Commit d4e5b86

Browse files
committed
Fix merge error
1 parent 5242099 commit d4e5b86

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Microsoft.ComponentDetection.Common/DockerService.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,7 @@ private static async Task<CreateContainerResponse> CreateContainerAsync(
315315
[
316316
"no-new-privileges",
317317
],
318-
Binds =
319-
[
320-
$"{Path.GetTempPath()}:/tmp",
321-
"/var/run/docker.sock:/var/run/docker.sock",
322-
],
318+
Binds = binds,
323319
},
324320
};
325321

0 commit comments

Comments
 (0)