From 4a2294761b2b299de000906f47da11646d2a3b77 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 21 Nov 2024 15:13:02 +0100 Subject: [PATCH] Add codeowners for the actions workflow that verifies commit signatures --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ecd64eb8e446..a9f60c88d5a5 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