Skip to content

Commit dc74855

Browse files
authored
BRE-1158 Dockerfiles shared ownership (#460)
## ๐ŸŽŸ๏ธ Tracking [BRE-1158](https://bitwarden.atlassian.net/browse/BRE-1158) ## ๐Ÿ“” Objective Include AppSec team and BRE dept for repository-level ownership of Dockerfile, and Dockerfile related, files.<br/> ## ๐Ÿ“ธ Screenshots <!-- Required for any UI changes; delete if not applicable. Use fixed width images for better display. --> ## โฐ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## ๐Ÿฆฎ Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - ๐Ÿ‘ (`:+1:`) or similar for great changes - ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info - โ“ (`:question:`) for questions - ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - ๐ŸŽจ (`:art:`) for suggestions / improvements - โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or concerns needing attention - ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or indications of technical debt - โ› (`:pick:`) for minor or nitpick changes [BRE-1158]: https://bitwarden.atlassian.net/browse/BRE-1158?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 12fdb4d commit dc74855

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

โ€Ž.github/CODEOWNERSโ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ crates/bitwarden-vault/** @bitwarden/team-vault-dev @bitwarden/team-platform-dev
2222
## Multiple owners
2323
.github/workflows/build-* @bitwarden/team-platform-dev
2424
.github/workflows/version-bump.yml @bitwarden/team-platform-dev
25+
26+
# Docker-related files
27+
**/Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre
28+
**/*.dockerignore @bitwarden/team-appsec @bitwarden/dept-bre
29+
**/entrypoint.sh @bitwarden/team-appsec @bitwarden/dept-bre
30+
**/docker-compose.yml @bitwarden/team-appsec @bitwarden/dept-bre

0 commit comments

Comments
ย (0)