diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-26 10:42:51 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-26 10:45:01 +0100 |
| commit | 45fce79fe2e1b427a69ac33a4ade050b25847d93 (patch) | |
| tree | d856101d15089a5899f68adde8f6c78d4f29ba85 /.github/workflows | |
| parent | 90ce4168f0667bf4177782273cbfeaf6cda322a0 (diff) | |
| download | mullvadvpn-45fce79fe2e1b427a69ac33a4ade050b25847d93.tar.xz mullvadvpn-45fce79fe2e1b427a69ac33a4ade050b25847d93.zip | |
Require signatures to update test/deny.toml
It's less important than the root deny.toml. But it still
in certain ways affect supply chain security and licensing
Diffstat (limited to '.github/workflows')
| -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 ce886e149e..0da233e2be 100644 --- a/.github/workflows/verify-locked-down-signatures.yml +++ b/.github/workflows/verify-locked-down-signatures.yml @@ -6,6 +6,7 @@ on: - .github/workflows/verify-locked-down-signatures.yml - Cargo.lock - deny.toml + - test/deny.toml - gui/package-lock.json - wireguard/libwg/go.sum - ci/keys/** |
