Parcourir la source

add version to default

Zachary Rice il y a 1 an
Parent
commit
26f34692fa
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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() {