From 6bbaef16996a484ced39ed9d11d4e52347f5f6a4 Mon Sep 17 00:00:00 2001 From: Tom Swinkels Date: Thu, 4 Jun 2026 16:32:22 +0200 Subject: [PATCH] chore: enforce CODEOWNERS for security-team --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..09b165b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/.github/ @preprio/security-team +.trivyignore @preprio/security-team