I can't see bandit reports in Sonarqube

I try to get bandit report in sonarqube. I checked the page for importing external thirt-party issues.
I’ve added sonar.python.bandit.reportPaths to sonar-projet.properties and created an error but nothing shows in SonarQube.
I have SonarQube 6.1

Hi,

Welcome to the community.

If you’re truly on SonarQube 6.1 there’s a very good reason you’re not getting your Bandit reports imported; that wasn’t supported back then. SonarQube 6.1 was released nearly 5 years ago and is now more than 3 LTSs behind.

You should upgrade immediately. Your upgrade path is:

6.1 → 6.7.7 → 7.9.6 → 8.9

Once you’ve upgraded, your Bandit upload should work.

 
HTH,
Ann

Hi !

Thank you very much for your answer !

I believe it’s the same problem for having pylint issues create by reports ?