Sonarqube scan for .sql files in developer edition

how to scan .sql files in developer edition as a part of build pipeline in Azure DevOps. What are tasks in sequence to be added, currently we are having -

  1. prepare analysis on SonarQube
  2. Run Code Analysis
  3. Publish gate quality result
    Please let me know if the sequence is correct or anything more needs to be added and also please update on the additional configuration required.

Hey there.

That all looks right so far. What happens when you run your build? What do you see in the scanner logs, or in the analysis submitted to your SonarQube server?