fixup! Download and verify cosign signatures

This commit is contained in:
Alexis Métaireau 2025-02-26 17:11:44 +01:00
parent a82ba2897b
commit 2aeb53a3b4

View file

@ -367,6 +367,8 @@ def store_signatures(signatures: list[Dict], image_digest: str, pubkey: str) ->
It can be converted to the one expected by cosign verify --bundle with
the `signature_to_bundle()` function.
This function must be used only if the provided signatures have been verified.
"""
def _get_digest(sig: Dict) -> str: