fixup! Download and verify cosign signatures

This commit is contained in:
Alexis Métaireau 2025-02-12 11:40:36 +01:00
parent 5c9a38d370
commit 27647cc309

View file

@ -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
"""