Explorar o código

add version to default

Zachary Rice hai 1 ano
pai
achega
26f34692fa
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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() {