Skip to content

Commit eeaa95c

Browse files
committed
Reverted updated artifactory versions in tests
1 parent 696c6de commit eeaa95c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

utils/cliutils/commandsflags.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,10 +1829,12 @@ var commandFlags = map[string][]string{
18291829
BuildName, BuildNumber, deploymentThreads, Project, detailedSummary, xrayScan, xrOutput,
18301830
},
18311831
Docker: {
1832-
url, user, password, accessToken, sshPassphrase, sshKeyPath, serverId, ClientCertPath, ClientCertKeyPath, Project, skipLogin, validateSha,
1832+
BuildName, BuildNumber, module, Project,
1833+
serverId, skipLogin, threads, detailedSummary, watches, repoPath, licenses, xrOutput, fail, ExtendedTable, BypassArchiveLimits, MinSeverity, FixableOnly, vuln, validateSha,
18331834
},
18341835
DockerPush: {
1835-
url, user, password, accessToken, sshPassphrase, sshKeyPath, serverId, ClientCertPath, ClientCertKeyPath, Project, skipLogin, validateSha,
1836+
BuildName, BuildNumber, module, Project,
1837+
serverId, skipLogin, threads, detailedSummary, validateSha,
18361838
},
18371839
DockerPull: {
18381840
BuildName, BuildNumber, module, Project,

0 commit comments

Comments
 (0)