You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using DBOPS repos to organize our SQL Scripts in ADO and using CICD pipeline to trigger DBOPS build package after each check-in. We want to use SonarQube to scan our SQL Script files inside repo. We have added SonarQube related tasks in our build definition for that, but its scanning the whole repo in every build, not just the incremental changes. How can we make it possible? We dont want SonarQube to be busy scanning whole repo for every build. Also SonarQube takes lot of time for long sql scripts with lot of inserts and update statements. Please let us know your suggestions.