Skip to content

Commit 06cbad3

Browse files
authored
Enable ruby and .net ecosystems for scan (#360)
1 parent 48319f6 commit 06cbad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/path-resolve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function filterGlobResultToSupportedFiles(
2727
entries: string[],
2828
supportedFiles: SocketSdkReturnType<'getReportSupportedFiles'>['data']
2929
): Promise<string[]> {
30-
const patterns = ['golang', NPM, 'maven', 'pypi'].reduce(
30+
const patterns = ['golang', NPM, 'maven', 'pypi', 'gem', 'nuget'].reduce(
3131
(r: string[], n: string) => {
3232
const supported = supportedFiles[n]
3333
r.push(

0 commit comments

Comments
 (0)