Bypass buffer

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-17 00:19:10 +02:00
parent c754083cec
commit 8f72d61300
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -233,7 +233,7 @@ def is_image_whitelisted(container, images):
whitelisted = any(pattern in info for pattern in images) whitelisted = any(pattern in info for pattern in images)
# log the result # 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 return whitelisted