From f94e79892032f230fc02140944b41a0d77ae6c78 Mon Sep 17 00:00:00 2001 From: Tyler <71953103+fntyler@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:09:23 -0400 Subject: [PATCH] BRE-1040 Dockerfile shared ownership (#16189) * BRE-1040 Dockerfile shared ownership * fix: include entrypoint scripts --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0adead2928c..76503845fd6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -203,10 +203,10 @@ apps/web/src/locales/en/messages.json .github/workflows/release-web.yml @bitwarden/dept-bre ## Docker files have shared ownership ## -**/Dockerfile -**/*.Dockerfile -**/.dockerignore -**/entrypoint.sh +**/Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre +**/*.Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre +**/*.dockerignore @bitwarden/team-appsec @bitwarden/dept-bre +**/entrypoint.sh @bitwarden/team-appsec @bitwarden/dept-bre ## Overrides # For the time being platform owns tsconfig and jest config