mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Download and verify cosign signatures
This commit is contained in:
parent
30ec1f10e9
commit
2476ed6daa
1 changed files with 2 additions and 0 deletions
|
@ -389,6 +389,8 @@ def store_signatures(signatures: list[Dict], image_digest: str, pubkey: str) ->
|
|||
)
|
||||
json.dump(signatures, f)
|
||||
|
||||
write_log_index(get_log_index_from_signatures(signatures))
|
||||
|
||||
|
||||
def verify_local_image(image: str, pubkey: str) -> bool:
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue