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
7002ab85a0
commit
6aff845493
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def verify_signature(signature: dict, image_digest: str, pubkey: str) -> bool:
|
|||
return False
|
||||
|
||||
|
||||
def is_update_available(image: str) -> (bool, Optional[str]):
|
||||
def is_update_available(image: str) -> Tuple[bool, Optional[str]]:
|
||||
remote_digest = registry.get_manifest_digest(image)
|
||||
local_digest = runtime.get_local_image_digest(image)
|
||||
log.debug("Remote digest: %s", remote_digest)
|
||||
|
|
Loading…
Reference in a new issue