Zachary Rice 1 год назад
Родитель
Сommit
26f34692fa
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      cmd/root.go

+ 3 - 2
cmd/root.go

@@ -34,8 +34,9 @@ order of precedence:
 If none of the three options are used, then gitleaks will use the default config`
 
 var rootCmd = &cobra.Command{
-	Use:   "gitleaks",
-	Short: "Gitleaks scans code, past or present, for secrets",
+	Use:     "gitleaks",
+	Short:   "Gitleaks scans code, past or present, for secrets",
+	Version: Version,
 }
 
 func init() {