forcedotcom / devops-center-roadmap

19 stars 0 forks source link

Static code analysis integration #79

Open kfidelak94 opened 1 year ago

kfidelak94 commented 1 year ago

Allow DevOps Center to integrate with static code analysis tools, linters, etc, such that these checks can be run as part of the lifecycle management process

gitusr246 commented 1 year ago

Waiting for support for SonarQube integration which is becoming popular in enterprises.

praulkar commented 9 months ago

+1 It'd be great if static code analysis runs first when the WI is moved to code review so the reviewer can check the code analysis report as a part of code review itself.

Plus if there is some configurability around it that would be awesome like:

  1. Option to choose from default ruleset or a custom ruleset.
  2. Option for the reviewer to fail/pass the code review.
  3. Ability to send a report of code analysis to the work item owner (default) + others.
jhownfs commented 4 weeks ago

You can achieve this using Github Action, after a pull request or commit, you can run Action to perfom that analysis...see this repository >> https://github.com/jhownfs/Devops_Center_MVP