diff --git a/pkg/detectors/saladcloudapikey/saladcloudapikey.go b/pkg/detectors/saladcloudapikey/saladcloudapikey.go index 910b7235cee5..3da22cc2d68a 100644 --- a/pkg/detectors/saladcloudapikey/saladcloudapikey.go +++ b/pkg/detectors/saladcloudapikey/saladcloudapikey.go @@ -32,7 +32,7 @@ func (s Scanner) Keywords() []string { } func (s Scanner) Description() string { - return "Salad-API-Key detector" + return "SaladCloud is a cloud service provider offering GPUs and NPUs for high-performance computing. SaladCloud API keys can be used to access and modify compute and data resources in your account." } // FromData will find and optionally verify SaladCloud API Key secrets in a given set of bytes.