diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-12-07 11:03:27 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-12-07 11:03:27 +0100 |
| commit | 9639b2ceab5ec9c7696204e27f5b87dcc09a7a82 (patch) | |
| tree | 60c7d47a8d19bebc350798666b7a97b0ea4a2165 | |
| parent | cbba4c81991f5be79eb13eb42d435d1a6fc9e3b7 (diff) | |
| parent | ad3714b95d20d040780057f4f494cb049ef0cc79 (diff) | |
| download | mullvadvpn-9639b2ceab5ec9c7696204e27f5b87dcc09a7a82.tar.xz mullvadvpn-9639b2ceab5ec9c7696204e27f5b87dcc09a7a82.zip | |
Merge branch 'gitattributes-sigstore-binary'
| -rw-r--r-- | .github/workflows/verify-locked-down-signatures.yml | 1 | ||||
| -rw-r--r-- | building/sigstore/.gitattributes | 1 |
2 files changed, 2 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: diff --git a/building/sigstore/.gitattributes b/building/sigstore/.gitattributes new file mode 100644 index 0000000000..b1899993d2 --- /dev/null +++ b/building/sigstore/.gitattributes @@ -0,0 +1 @@ +signature-* binary |
