Hi guys!
I am using sonar cloud on azure DevOps pipelines, and it has been working great! But since we are using postgre databases, we are having some false positives while scanning SQL stored procedures, because the scanner thinks the code is PLSQL, but it is in fact postgreSQL. Do you confirm that postgreSQL is not supported? What is the right approach?
In particular, sonar cloud is complaining about the use of FORALL, but it seems FORALL is not even supported by postgreSQL