Skip to content

Commit 0d838ca

Browse files
authored
Create CODEOWNERS (#1129)
## What was changed Add CODEOWNERS so that Security can own the Semgrep rules files and paths. ## Why? We are adding Semgrep for static analysis to this repository, and only the security team should be able to approve exclusions from the policy. ## Checklist How was this tested: We ran this scanner on internal repos with this CODEOWNERS file and it worked as expected.
1 parent 4633b4f commit 0d838ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence,
3+
# @temporalio/sdk will be requested for review when
4+
# someone opens a pull request.
5+
* @temporalio/sdk
6+
7+
# Security team must approve exceptions to static analysis
8+
# scans, and any custom rules.
9+
10+
.semgrepignore @temporalio/security
11+
.semgrep/ @temporalio/security

0 commit comments

Comments
 (0)