diff --git a/checks/raw/sast.go b/checks/raw/sast.go index 0d654c2c118..20d70389d50 100644 --- a/checks/raw/sast.go +++ b/checks/raw/sast.go @@ -42,6 +42,7 @@ var sastTools = map[string]bool{ "github-code-scanning": true, "lgtm-com": true, "sonarcloud": true, + "sonarqubecloud": true, } var allowedConclusions = map[string]bool{"success": true, "neutral": true}