Skip to content

Commit

Permalink
leave circleci alone! (read in voice)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Feb 9, 2024
1 parent 62363f2 commit 7697ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/circleci/circleci.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Scanner struct{}
var _ detectors.Detector = (*Scanner)(nil)

var (
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"circle_", "circle-", "circleci"}) + `\b([a-fA-F0-9]{40})\b`)
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"circle"}) + `\b([a-fA-F0-9]{40})\b`)
)

// Keywords are used for efficiently pre-filtering chunks.
Expand Down

0 comments on commit 7697ae2

Please sign in to comment.