Skip to content

Commit b8aa6b7

Browse files
authored
Create .dryrunsecurity.yaml
1 parent 7510a7f commit b8aa6b7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dryrunsecurity.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sensitiveCodepaths:
2+
# Files only allowed authors can modify
3+
# - 'app.js'
4+
# - 'controllers/**/*.js'
5+
allowedAuthors:
6+
usernames:
7+
- 'confusedcrib'
8+
notificationList:
9+
# GitHub username or team name
10+
# - '@DryRunSec/security'
11+
# - '@john-doe'

0 commit comments

Comments
 (0)