We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4203204 commit 13f4b89Copy full SHA for 13f4b89
pkg/detectors/make/api_token/api_token.go
@@ -28,7 +28,7 @@ var (
28
// Make sure that your group is surrounded in boundary characters such as below to reduce false positives.
29
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"make"}) + `\b([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})\b`)
30
// Pattern to match Make.com URLs in the data
31
- urlPat = regexp.MustCompile(`\bhttps://(eu[12]|us[12])\.make\.(?:com|celonis\.com)/api/v2/`)
+ urlPat = regexp.MustCompile(`\b(eu|us)[12]\.make\.(com|celonis)\.com`)
32
)
33
34
func (Scanner) CloudEndpoint() string { return "" }
0 commit comments