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
Url: components.NewStringFlag(Url, "Specifies the URL of the JFrog platform."),
240
+
XrayUrl: components.NewStringFlag(XrayUrl, "Specifies the URL of your Xray server."),
241
+
user: components.NewStringFlag(user, "Specifies the user name of your JFrog platform."),
242
+
password: components.NewStringFlag(password, "Specifies the user password of your JFrog platform."),
243
+
accessToken: components.NewStringFlag(accessToken, "Specifies the access token of your JFrog platform."),
244
244
Threads: components.NewStringFlag(Threads, "The number of parallel threads used to scan the source code project.", components.WithIntDefaultValue(cliutils.Threads)),
0 commit comments