From 4aa63dc35e558a07037a058ae7e98baa5433b870 Mon Sep 17 00:00:00 2001 From: Peter van der Zee Date: Tue, 11 Mar 2025 13:11:57 +0100 Subject: [PATCH] Enable ruby and .net ecosystems for scan --- src/utils/path-resolve.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(