From 27647cc309349d29da41d3a3ef5f497a0ffe689b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 12 Feb 2025 11:40:36 +0100 Subject: [PATCH] fixup! Download and verify cosign signatures --- dangerzone/container_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerzone/container_utils.py b/dangerzone/container_utils.py index 863a871..1d20a1c 100644 --- a/dangerzone/container_utils.py +++ b/dangerzone/container_utils.py @@ -187,7 +187,7 @@ def container_pull(image: str) -> bool: return process.returncode == 0 -def get_local_image_digest(image: str) -> Optional[str]: +def get_local_image_digest(image: str) -> str: """ Returns a image hash from a local image name """