Skip to content

Commit

Permalink
removed unused SecretGroupName
Browse files Browse the repository at this point in the history
  • Loading branch information
sourav977 committed Dec 5, 2023
1 parent 70eff4c commit 98532c5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pkg/fanal/secret/builtin-rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,12 +794,11 @@ var builtinRules = []Rule{
Keywords: []string{"typeform"},
},
{
ID: "dockerconfig-secret",
Category: CategoryDocker,
Title: "Dockerconfig secret exposed",
Severity: "HIGH",
Regex: MustCompile(`(?i)(\.(dockerconfigjson|dockercfg):\s*\|*\s*(ey|ew)+)`),
SecretGroupName: "secret",
Keywords: []string{"dockerconfig"},
ID: "dockerconfig-secret",
Category: CategoryDocker,
Title: "Dockerconfig secret exposed",
Severity: "HIGH",
Regex: MustCompile(`(?i)(\.(dockerconfigjson|dockercfg):\s*\|*\s*(ey|ew)+)`),
Keywords: []string{"dockerc"},
},
}

0 comments on commit 98532c5

Please sign in to comment.