You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Keywords are used for efficiently pre-filtering chunks.
@@ -34,6 +35,14 @@ func (s Scanner) Keywords() []string {
34
35
return []string{"caflou"}
35
36
}
36
37
38
+
func (sScanner) Type() detectorspb.DetectorType {
39
+
returndetectorspb.DetectorType_Caflou
40
+
}
41
+
42
+
func (sScanner) Description() string {
43
+
return"Caflou is a business management software used for managing projects, tasks, and finances. Caflou API keys can be used to access and modify this data."
44
+
}
45
+
37
46
// FromData will find and optionally verify Caflou secrets in a given set of bytes.
return"Caflou is a business management software used for managing projects, tasks, and finances. Caflou API keys can be used to access and modify this data."
0 commit comments