From 537d23e23360586f3cce644e1ca3ebadab553eae 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, 4 deletions(-) diff --git a/dangerzone/updater/attestations.py b/dangerzone/updater/attestations.py index 6650f46..b8f5db7 100644 --- a/dangerzone/updater/attestations.py +++ b/dangerzone/updater/attestations.py @@ -45,10 +45,6 @@ predicate: {{ """ -def generate_cue_policy(repo, workflow, commit, branch): - return CUE_POLICY.format(repo=repo, workflow=workflow, commit=commit, branch=branch) - - def verify( image_name: str, branch: str,