Browse Source

BRE-1158 Dockerfiles shared ownership (#410)

* BRE-1158 Dockerfiles shared ownership

* feat: Docker Compose rule
pull/319/head
Tyler 3 months ago committed by GitHub
parent
commit
779fcd90ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .github/CODEOWNERS

6
.github/CODEOWNERS

@ -9,3 +9,9 @@
# Platform team for Unified setup # Platform team for Unified setup
docker-unified/ @bitwarden/team-platform-dev docker-unified/ @bitwarden/team-platform-dev
# 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

Loading…
Cancel
Save