diff options
| author | Oskar <oskar@mullvad.net> | 2024-11-22 08:22:32 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-11-22 08:22:32 +0100 |
| commit | 3b76c34e6d594e346c2161ea1db86f2b431355ae (patch) | |
| tree | f2d43c33d47a17a19edc0be0cf4e3dda0e3ff44b | |
| parent | 1775c4a15d5a86e8bd9eb196801cc9cd25825bc1 (diff) | |
| parent | 4a2294761b2b299de000906f47da11646d2a3b77 (diff) | |
| download | mullvadvpn-3b76c34e6d594e346c2161ea1db86f2b431355ae.tar.xz mullvadvpn-3b76c34e6d594e346c2161ea1db86f2b431355ae.zip | |
Merge branch 'verify-commit-signatures-codowners'
| -rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ecd64eb8e4..a9f60c88d5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,6 +20,9 @@ **/osv-scanner.toml @faern @raksooo @pinkisemils @albin-mullvad /.github/workflows/osv-scanner*.yml @faern @raksooo @pinkisemils @albin-mullvad +# GitHub actions workflow that verifies that commits are signed if they are required to be +/.github/workflows/verify-locked-down-signatures.yml @faern @raksooo @pinkisemils @albin-mullvad + # The CODEOWNERS itself must be protected from unauthorized changes, # otherwise the protection becomes quite moot. # Keep this entry last, so it is sure to override any existing previous wildcard match |
