Skip to content

Commit 7d9630e

Browse files
committed
Put back 'nosec' comment
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <[email protected]>
1 parent 05ab09a commit 7d9630e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/docker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_image(
117117
try:
118118
manifest = json.loads(
119119
str(
120-
subprocess.check_output([self.docker_exec, "inspect", docker_image_id]),
120+
subprocess.check_output([self.docker_exec, "inspect", docker_image_id]), # nosec
121121
"utf-8",
122122
)
123123
)

0 commit comments

Comments
 (0)