From 5acb302acfceeb93c6738b4235a0323966f41a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 12 Feb 2025 11:40:36 +0100 Subject: [PATCH] fixup! Publish and attest multi-architecture container images --- dangerzone/updater/attestations.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dangerzone/updater/attestations.py b/dangerzone/updater/attestations.py index b8f5db7..bdf1ef6 100644 --- a/dangerzone/updater/attestations.py +++ b/dangerzone/updater/attestations.py @@ -57,7 +57,9 @@ def verify( on Github runners, and from a given repository. """ 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 with (