fixup! Download and verify cosign signatures

This commit is contained in:
Alexis Métaireau 2025-02-25 15:44:24 +01:00
parent 30ec1f10e9
commit 2476ed6daa

View file

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