Skip to content

Commit bcb29e6

Browse files
committed
fix: drop CIRCLECI regex from providerNamePatterns
CIRCLE_TOKEN is the only real CircleCI credential var and is already covered by the exact-match in HighRiskEnvKeys. The CIRCLECI regex pattern added no meaningful coverage.
1 parent 1e5ea56 commit bcb29e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/scan/apikeys.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ var providerNamePatterns = []*regexp.Regexp{
231231
regexp.MustCompile(`(?i)GITHUB`),
232232
regexp.MustCompile(`(?i)GITLAB`),
233233
regexp.MustCompile(`(?i)BITBUCKET`),
234-
regexp.MustCompile(`(?i)CIRCLECI`), // CircleCI — CI supply chain
235234
// Productivity / project tools
236235
regexp.MustCompile(`(?i)(^|_)LINEAR_`), // (^|_) anchor avoids mid-word false positives
237236
regexp.MustCompile(`(?i)NOTION`),

0 commit comments

Comments
 (0)