mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +02:00
fixup! Download and verify cosign signatures
This commit is contained in:
parent
5c9a38d370
commit
27647cc309
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ def container_pull(image: str) -> bool:
|
||||||
return process.returncode == 0
|
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
|
Returns a image hash from a local image name
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue