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
Copy file name to clipboardexpand all lines: pkg/detectors/railwayapp/railwayapp.go
+4
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@ func (s Scanner) Keywords() []string {
50
50
return []string{"railwayapp", "railway"}
51
51
}
52
52
53
+
func (sScanner) Description() string {
54
+
return"Railway is a deployment platform designed to streamline the software development life-cycle, starting with instant deployments and effortless scale, extending to CI/CD integrations and built-in observability."
55
+
}
56
+
53
57
// FromData will find and optionally verify SaladCloud API Key secrets in a given set of bytes.
0 commit comments