-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command Summary - New UI #2671
Command Summary - New UI #2671
Conversation
@@ -37,14 +37,13 @@ func (ms MarkdownSection) String() string { | |||
return string(ms) | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's the below variable into a const -
var markdownSections = []MarkdownSection{Security, BuildInfo, Upload}
@@ -1829,7 +1829,7 @@ var commandFlags = map[string][]string{ | |||
}, | |||
Docker: { | |||
buildName, buildNumber, module, Project, | |||
serverId, skipLogin, threads, detailedSummary, watches, repoPath, licenses, xrOutput, fail, ExtendedTable, BypassArchiveLimits, MinSeverity, FixableOnly, | |||
serverId, skipLogin, threads, detailedSummary, watches, repoPath, licenses, xrOutput, fail, ExtendedTable, BypassArchiveLimits, MinSeverity, FixableOnly, vuln, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for this flag addition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eyalbe4 we noticed that this flag wasn't passed to JFrog CLI Security, so I added it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
dev
branch.go vet ./...
.go fmt ./...
.Loads possible scan results which were recorded in order to display them inside
buildInfoSummary