mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Publish and attest multi-architecture container images
This commit is contained in:
parent
537d23e233
commit
5acb302acf
1 changed files with 3 additions and 1 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Reference in a new issue