-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (24 loc) · 1.27 KB
/
CODEOWNERS
File metadata and controls
28 lines (24 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
# BRE for all changes.
* @bitwarden/dept-bre
# AppSec for security scan related files
/.github/workflows/scan.yml @bitwarden/team-appsec
/.github/workflows/_checkmarx.yml @bitwarden/team-appsec
/.github/workflows/_sonar.yml @bitwarden/team-appsec
/.github/workflows/test-checkmarx.yml @bitwarden/team-appsec
/.github/workflows/test-sonar.yml @bitwarden/team-appsec
# 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
# Claude related files
.claude/ @bitwarden/team-ai-sme
.github/workflows/_respond.yml @bitwarden/team-ai-sme
.github/workflows/_review-code.yml @bitwarden/team-ai-sme
.github/workflows/respond.yml @bitwarden/team-ai-sme
.github/workflows/review-code.yml @bitwarden/team-ai-sme