Skip to content

Commit eceebd4

Browse files
committed
add xray-url to build scan command
1 parent a120b8b commit eceebd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/docs/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var commandFlags = map[string][]string{
176176
Url, user, password, accessToken, ServerId, Threads, InsecureTls,
177177
},
178178
BuildScan: {
179-
Url, user, password, accessToken, ServerId, scanProjectKey, BuildVuln, OutputFormat, Fail, ExtendedTable, Rescan, InsecureTls, TriggerScanRetries,
179+
Url, XrayUrl, user, password, accessToken, ServerId, scanProjectKey, BuildVuln, OutputFormat, Fail, ExtendedTable, Rescan, InsecureTls, TriggerScanRetries,
180180
},
181181
DockerScan: {
182182
Url, XrayUrl, user, password, accessToken, ServerId, scanProjectKey, Watches, RepoPath, Licenses, Sbom, OutputFormat, Fail, ExtendedTable, BypassArchiveLimits, MinSeverity, FixableOnly, ScanVuln, InsecureTls,

0 commit comments

Comments
 (0)