diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-12-07 10:15:37 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-12-07 10:59:24 +0100 |
| commit | ad3714b95d20d040780057f4f494cb049ef0cc79 (patch) | |
| tree | 60c7d47a8d19bebc350798666b7a97b0ea4a2165 | |
| parent | 2ff6cd26181245a3b33af5084654ad4079d5623b (diff) | |
| download | mullvadvpn-ad3714b95d20d040780057f4f494cb049ef0cc79.tar.xz mullvadvpn-ad3714b95d20d040780057f4f494cb049ef0cc79.zip | |
Make any changes to the container sigstore require signatures
| -rw-r--r-- | .github/workflows/verify-locked-down-signatures.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/verify-locked-down-signatures.yml b/.github/workflows/verify-locked-down-signatures.yml index 0912fa6104..4df0559caa 100644 --- a/.github/workflows/verify-locked-down-signatures.yml +++ b/.github/workflows/verify-locked-down-signatures.yml @@ -15,6 +15,7 @@ on: - building/mullvad-app-container-signing.asc - building/linux-container-image-tag.txt - building/android-container-image-tag.txt + - building/sigstore/ workflow_dispatch: jobs: verify-signatures: |
