diff --git a/src/utils/path-resolve.ts b/src/utils/path-resolve.ts index 22f53f356..d141959c0 100644 --- a/src/utils/path-resolve.ts +++ b/src/utils/path-resolve.ts @@ -27,7 +27,7 @@ async function filterGlobResultToSupportedFiles( entries: string[], supportedFiles: SocketSdkReturnType<'getReportSupportedFiles'>['data'] ): Promise { - const patterns = ['golang', NPM, 'maven', 'pypi'].reduce( + const patterns = ['golang', NPM, 'maven', 'pypi', 'gem', 'nuget'].reduce( (r: string[], n: string) => { const supported = supportedFiles[n] r.push(