Skip to content

Commit 18120b1

Browse files
authored
Update CODEOWNERS (#1773)
## What was changed Update 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 1be0cee commit 18120b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
22

3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence,
5+
# @temporalio/sdk will be requested for review when
6+
# someone opens a pull request.
37
* @temporalio/sdk
8+
9+
# Security team must approve exceptions to static analysis
10+
# scans, and any custom rules.
11+
12+
.semgrepignore @temporalio/security
13+
.semgrep/ @temporalio/security

0 commit comments

Comments
 (0)