From e565954c43e7805ec8e3d9edf1893bb2840a71b2 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 10 Nov 2023 16:24:13 -0800 Subject: [PATCH] Enable Dry Run Security --- .dryrunsecurity.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .dryrunsecurity.yaml diff --git a/.dryrunsecurity.yaml b/.dryrunsecurity.yaml new file mode 100644 index 00000000..685da3e9 --- /dev/null +++ b/.dryrunsecurity.yaml @@ -0,0 +1,12 @@ +sensitiveCodepaths: + # Files only allowed authors can modify + # - 'app.js' + # - 'controllers/**/*.js' +allowedAuthors: + usernames: + # GitHub username + # - 'john-doe' +notificationList: + # GitHub username or team name + # - '@DryRunSec/security' + # - '@john-doe'