diff options
| author | Oskar <oskar@mullvad.net> | 2024-11-21 15:13:02 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-11-22 07:52:22 +0100 |
| commit | 4a2294761b2b299de000906f47da11646d2a3b77 (patch) | |
| tree | f2d43c33d47a17a19edc0be0cf4e3dda0e3ff44b | |
| parent | 1775c4a15d5a86e8bd9eb196801cc9cd25825bc1 (diff) | |
| download | mullvadvpn-4a2294761b2b299de000906f47da11646d2a3b77.tar.xz mullvadvpn-4a2294761b2b299de000906f47da11646d2a3b77.zip | |
Add codeowners for the actions workflow that verifies commit signatures
| -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 |
