We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6421081 commit 411996eCopy full SHA for 411996e
cli/gitcommands.go
@@ -43,6 +43,7 @@ func getGitNameSpaceCommands() []components.Command {
43
44
func GitAuditCmd(c *components.Context) error {
45
log.Info("####### Starting jf git audit Scan #######")
46
+ log.Info(getCommandUsedFlagsString(c, flags.GetCommandFlags(flags.GitAudit)))
47
gitAuditCmd := audit.NewGitAuditCommand()
48
// Set connection params
49
serverDetails, err := CreateServerDetailsFromFlags(c)
0 commit comments