You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command displays the package changes between two scans. The full output
59
+
can be pretty large depending on the size of your repo and time range. It is
60
+
best stored to disk to be further analyzed by other tools.
61
+
53
62
Options
54
63
${getFlagListOutput(config.flags,6)}
55
64
@@ -88,6 +97,7 @@ async function run(
88
97
logger.error(`${colors.bgRed(colors.white('Input error'))}: Please provide the required fields:\n
89
98
- Specify a before and after full scan ID ${!before&&!after ? colors.red('(missing before and after!)') : !before ? colors.red('(missing before!)') : !after ? colors.red('(missing after!)') : colors.green('(ok)')}\n
90
99
- To get full scans IDs, you can run the command "socket scan list <your org slug>".
100
+
The args are expecting a full \`aaa0aa0a-aaaa-0000-0a0a-0000000a00a0\` ID.\n
91
101
- Org name as the first argument ${!orgSlug ? colors.red('(missing!)') : colors.green('(ok)')}\n`)
92
102
return
93
103
}
@@ -97,23 +107,12 @@ async function run(
97
107
return
98
108
}
99
109
100
-
constapiToken=getDefaultToken()
101
-
if(!apiToken){
102
-
thrownewAuthError(
103
-
'User must be authenticated to run this command. To log in, run the command `socket login` and enter your API key.'
0 commit comments