From 695cf00d6a9e7d60ad451dd924e8c05e990e3168 Mon Sep 17 00:00:00 2001 From: fntyler <71953103+fntyler@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:22:05 -0400 Subject: [PATCH 1/2] BRE-1158 Dockerfiles shared ownership --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..02864f1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# Please sort into logical groups with comment headers. Sort groups in order of specificity. +# For example, default owners should always be the first group. +# Sort lines alphabetically within these groups to avoid accidentally adding duplicates. +# +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Default file owners +* @bitwarden/dept-architecture + +# Default shared ownership of Dockerfile +**/Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre +**/*.dockerignore @bitwarden/team-appsec @bitwarden/dept-bre +**/entrypoint.sh @bitwarden/team-appsec @bitwarden/dept-bre From 38fab02353cffb9decaff65dcd27d26dce7168ec Mon Sep 17 00:00:00 2001 From: fntyler <71953103+fntyler@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:58:55 -0400 Subject: [PATCH 2/2] feat: Docker Compose rule --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 02864f1..ec64833 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,7 +7,8 @@ # Default file owners * @bitwarden/dept-architecture -# Default shared ownership of Dockerfile +# Docker-related files **/Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre **/*.dockerignore @bitwarden/team-appsec @bitwarden/dept-bre **/entrypoint.sh @bitwarden/team-appsec @bitwarden/dept-bre +**/docker-compose.yml @bitwarden/team-appsec @bitwarden/dept-bre