diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-11-30 14:46:09 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-11-30 14:46:09 +0100 |
| commit | 62371bb6c45f8606595b67c6953a1c2ed8b89d34 (patch) | |
| tree | 8a2d85bea4bd1e6e172b88ed8364b2852b924d5c /.github/workflows | |
| parent | 4c83a396fda3c70bfa872e4b0d88dac1297d21dc (diff) | |
| parent | bb179fae8829547e8b077a844a99cb45ed9410ed (diff) | |
| download | mullvadvpn-62371bb6c45f8606595b67c6953a1c2ed8b89d34.tar.xz mullvadvpn-62371bb6c45f8606595b67c6953a1c2ed8b89d34.zip | |
Merge branch 'add-container-sigstore'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/verify-locked-down-signatures.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/verify-locked-down-signatures.yml b/.github/workflows/verify-locked-down-signatures.yml index 9ca5088e19..0912fa6104 100644 --- a/.github/workflows/verify-locked-down-signatures.yml +++ b/.github/workflows/verify-locked-down-signatures.yml @@ -11,6 +11,10 @@ on: - ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved - android/gradle/verification-metadata.xml - android/gradle/wrapper/gradle-wrapper.properties + - building/build-and-publish.sh + - building/mullvad-app-container-signing.asc + - building/linux-container-image-tag.txt + - building/android-container-image-tag.txt workflow_dispatch: jobs: verify-signatures: |
