Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
musanmaz committed Sep 6, 2024
1 parent 407226b commit a1ba80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

const version = "1.2.4"
const version = "1.2.5"

var (
consulAddr string
Expand Down
2 changes: 1 addition & 1 deletion internal/consul/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func GetKV(client *api.Client, key string, retryLimit, rateLimit int, ticker *ti
}

func CheckForSensitiveData(filePath string, content string) {
sensitiveKeys := []string{"Password", "Token", "Key"}
sensitiveKeys := []string{"Password", "Token"}
var problems []string

for _, key := range sensitiveKeys {
Expand Down

0 comments on commit a1ba80a

Please sign in to comment.