Skip to content

Commit f580e09

Browse files
committed
Reverted updated artifactory versions in tests
1 parent f8c83e5 commit f580e09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/cliutils/commandsflags.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,10 +1835,12 @@ var commandFlags = map[string][]string{
18351835
BuildName, BuildNumber, deploymentThreads, Project, detailedSummary, xrayScan, xrOutput,
18361836
},
18371837
Docker: {
1838-
url, user, password, accessToken, sshPassphrase, sshKeyPath, serverId, ClientCertPath, ClientCertKeyPath, Project, skipLogin, validateSha,
1838+
BuildName, BuildNumber, module, Project,
1839+
serverId, skipLogin, threads, detailedSummary, watches, repoPath, licenses, xrOutput, fail, ExtendedTable, BypassArchiveLimits, MinSeverity, FixableOnly, vuln, validateSha,
18391840
},
18401841
DockerPush: {
1841-
url, user, password, accessToken, sshPassphrase, sshKeyPath, serverId, ClientCertPath, ClientCertKeyPath, Project, skipLogin, validateSha,
1842+
BuildName, BuildNumber, module, Project,
1843+
serverId, skipLogin, threads, detailedSummary, validateSha,
18421844
},
18431845
DockerPull: {
18441846
BuildName, BuildNumber, module, Project,

0 commit comments

Comments
 (0)