From cf54b71a9410df1960bad536b227958e776ace71 Mon Sep 17 00:00:00 2001 From: Kyle Dodson Date: Fri, 11 Oct 2024 15:55:29 -0700 Subject: [PATCH] Update SaladCloud description (#3399) --- pkg/detectors/saladcloudapikey/saladcloudapikey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.