diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-08 11:58:21 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-08 15:11:47 +0100 |
| commit | c26deb1134394bab9962e3bb4daee79a70469335 (patch) | |
| tree | cccb481e592399688a5d96f7e2d91e4ebdde4582 | |
| parent | 4b426fa6d6503017d49ef680bd5e9952f78630e1 (diff) | |
| download | mullvadvpn-c26deb1134394bab9962e3bb4daee79a70469335.tar.xz mullvadvpn-c26deb1134394bab9962e3bb4daee79a70469335.zip | |
Add deny.toml to list of important files that must be signed
Since it controls what external sources cargo is allowed to pull in
| -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 925e6e6c6f..37748b6f2c 100644 --- a/.github/workflows/verify-locked-down-signatures.yml +++ b/.github/workflows/verify-locked-down-signatures.yml @@ -5,6 +5,7 @@ on: paths: - .github/workflows/verify-locked-down-signatures.yml - Cargo.lock + - deny.toml - gui/package-lock.json - wireguard/libwg/go.sum - ci/keys/** |
