From efc8294f7080baec60c2308d239c6ce03993f5c4 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 10 Mar 2020 12:50:18 -0700 Subject: [PATCH] Add suppression for AutoMerge (#9524) --- .config/CredScanSuppressions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index ff001075aa..5e64568c0d 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -8,6 +8,10 @@ { "file": "build\\actions\\AutoLabel\\dist\\index.js", "_justification": "False positive from webpacked code" + }, + { + "file": "build\\actions\\AutoMerge\\dist\\index.js", + "_justification": "False positive from webpacked code" } ] }