Bypass buffer

This commit is contained in:
2025-07-17 00:19:10 +02:00
parent c754083cec
commit 8f72d61300

View File

@@ -233,7 +233,7 @@ def is_image_whitelisted(container, images):
whitelisted = any(pattern in info for pattern in images)
# log the result
print(f"Container {container!r} → image {info!r} → whitelisted? {whitelisted}")
print(f"Container {container!r} → image {info!r} → whitelisted? {whitelisted}", flush=True)
return whitelisted