From 7455bae8c026adb00be49cf73489d0511579ef2e Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 24 Jan 2023 18:03:36 -0800 Subject: [PATCH] Enable CodeQL and TSA (#9493) --- .config/tsaoptions.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/tsaoptions.json diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json new file mode 100644 index 0000000000..3dcc6b9391 --- /dev/null +++ b/.config/tsaoptions.json @@ -0,0 +1,6 @@ +{ + "azurePath": "Composer/Compliance", + "notificationAliases": "botframework-composer-eng@service.microsoft.com", + "codebaseName": "TSABotFrameworkComposer", + "ignoreBranchName": true +} \ No newline at end of file