How can we get SAST point using sonarcloud ? #4540
Unanswered
sbernard31
asked this question in
Q&A
Replies: 1 comment 9 replies
-
It may just be a matter of Sonar changing their GitHub app slug (ID). If I make this change, I see it score your most recent 3 PRs: diff --git a/checks/raw/sast.go b/checks/raw/sast.go
index 0d654c2c..20d70389 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,
}
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I activated sonarcloud on my project.
And I still get 0 point concerning SAST score.
Currently, I have only 1 PR merged which was analyze by sonar.
And I read at documentation :
So maybe :
Could you give me some hint about that ?
Maybe 1 PR should give me at least 1 point so I see that something changed ?
Beta Was this translation helpful? Give feedback.
All reactions