Skip to content

Commit 411996e

Browse files
committed
add git audit flags log
1 parent 6421081 commit 411996e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/gitcommands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func getGitNameSpaceCommands() []components.Command {
4343

4444
func GitAuditCmd(c *components.Context) error {
4545
log.Info("####### Starting jf git audit Scan #######")
46+
log.Info(getCommandUsedFlagsString(c, flags.GetCommandFlags(flags.GitAudit)))
4647
gitAuditCmd := audit.NewGitAuditCommand()
4748
// Set connection params
4849
serverDetails, err := CreateServerDetailsFromFlags(c)

0 commit comments

Comments
 (0)