test branch opt, bump changelog
@@ -1,6 +1,10 @@
CHANGELOG
=========
+1.3.0
+-----
+- Target specific branch
+
1.2.1
-----
- Check errors when generating commit patch
@@ -339,6 +339,22 @@ func TestAuditRepo(t *testing.T) {
MaxGoRoutines: 2,
},
+ {
+ repo: leaksRepo,
+ description: "audit specific bad branch",
+ numLeaks: 2,
+ testOpts: Options{
+ Branch: "master",
+ },
+ description: "audit specific good branch",
+ numLeaks: 0,
+ Branch: "dev",
{
repo: leaksRepo,
description: "audit all branch",
@@ -115,7 +115,7 @@ type Config struct {
}
const defaultGithubURL = "https://api.github.com/"
-const version = "1.1.2"
+const version = "1.3.0"
const defaultConfig = `
title = "gitleaks config"
# add regexes to the regex table