Skip to content

Commit d6bc5ff

Browse files
committed
Change CycloneDX output from socket-cyclonedx.json to socket-cdx.json
1 parent e6235d6 commit d6bc5ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/commands/cdxgen/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const cdxgen = {
184184
}
185185

186186
if (yargv.output === undefined) {
187-
yargv.output = 'socket-cyclonedx.json'
187+
yargv.output = 'socket-cdx.json'
188188
}
189189

190190
await $({

lib/utils/path-resolve.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export async function getPackageFiles (cwd, inputPaths, config, supportedFiles,
6767

6868
/**
6969
* Resolves package.json and lockfiles from (globbed) input paths, applying relevant ignores
70-
*
7170
* @param {string} cwd The working directory to use when resolving paths
7271
* @param {string[]} inputPaths A list of paths to folders, package.json files and/or recognized lockfiles. Supports globs.
7372
* @param {import('@socketsecurity/sdk').SocketSdkReturnType<"getReportSupportedFiles">['data']} supportedFiles

0 commit comments

Comments
 (0)