zorro
(zorro)
February 20, 2023, 6:03pm
1
Make sure to tell us:
What version are you upgrading from?
8.9 LTS to 9.9LTS
System information (Operating system, Java version, Database provider/version)
EC2 Linux, Java 17, Postgres
Question the GitHub code scanning alerts for security vulnerabilities set up are using only these 7 rules ?
ganncamp
(G Ann Campbell)
February 21, 2023, 1:06pm
2
Hi,
No, it should be all the Vulnerability rules in your Quality Profile.
HTH,
Ann
zorro
(zorro)
February 22, 2023, 5:57pm
3
Hi @ganncamp ,
Thank you for the clarification.
Are the GitHub code scanning alerts set up for the individual repository? or once we set it up it applies to all the existing and new repositories?
Also, I am not getting this screenshot part what do I have to upload here? the same private key I have to upload which I get for PR decoration?
zorro
(zorro)
February 22, 2023, 6:21pm
5
I did not see those questions answers in the document, that’s why I asked those questions
ganncamp
(G Ann Campbell)
February 22, 2023, 6:31pm
6
HI,
On the GitHub side, you add a Webhook URL for your SonarQube instance, and configure a secret
Set a Webhook secret (see GitHub’s webhook security recommendations ).
Then you configure that secret into SonarQube
Enter the webhook secret defined in your GitHub App.
HTH,
Ann