diff --git a/.azure-pipelines/compliance/CredScanSuppressions.json b/.azure-pipelines/compliance/CredScanSuppressions.json index 563f640c8..a3567c7ec 100644 --- a/.azure-pipelines/compliance/CredScanSuppressions.json +++ b/.azure-pipelines/compliance/CredScanSuppressions.json @@ -36,6 +36,10 @@ { "file": "test\\mongoGetCommand.test.ts", "_justification": "Fake credentials used for unit tests." + }, + { + "file": "dist\\mongo-languageServer.bundle.js.map", + "_justification": "Should be covered by scanning the pre-bundled files and it's unclear why the 'map' file in particular is getting flagged." } ] }