Skip to content

Commit

Permalink
fixup! Publish and attest multi-architecture container images
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Feb 12, 2025
1 parent 537d23e commit 5acb302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dangerzone/updater/attestations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5acb302

Please sign in to comment.