Merge pull request #119 from firstlookmedia/52_hardening

Container hardening
This commit is contained in:
Micah Lee 2021-06-15 16:39:12 -07:00 committed by GitHub
commit 66c6340446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,7 @@ def documenttopixels(document_filename, pixel_dir, container_name):
"run",
"--network",
"none",
"--security-opt=no-new-privileges:true",
"-v",
f"{document_filename}:/tmp/input_file",
"-v",