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" } ] }