diff --git a/dangerzone/updater/attestations.py b/dangerzone/updater/attestations.py index 90bf152..6650f46 100644 --- a/dangerzone/updater/attestations.py +++ b/dangerzone/updater/attestations.py @@ -34,7 +34,7 @@ predicate: {{ // This condition verifies that the image was generated from // the source repository we expect. Replace this with your // repository. - uri: =~"^git\\+https://github.com/{repo}@refs/heads/{branch}" + uri: =~"^git\\+https://github.com/{repository}@refs/heads/{branch}" // Add a condition to check for a specific commit hash digest: {{ sha1: "{commit}"