fixup! Publish and attest multi-architecture container images

This commit is contained in:
Alexis Métaireau 2025-02-12 11:40:36 +01:00
parent 537d23e233
commit 5acb302acf

View file

@ -57,7 +57,9 @@ def verify(
on Github runners, and from a given repository. on Github runners, and from a given repository.
""" """
cosign.ensure_installed() cosign.ensure_installed()
policy = generate_cue_policy(repository, workflow, commit, branch) policy = CUE_POLICY.format(
repository=repository, workflow=workflow, commit=commit, branch=branch
)
# Put the value in files and verify with cosign # Put the value in files and verify with cosign
with ( with (