0

I am looking for something which will automatically validate the coding standards in Jenkins. I have seen some plugins for that like OSWAP Dependency check, CheckStyle, Dry, Findbugs, Violations (Fxcop, Stylecop), Warning etc. All projects are made in dotNet.

Can someone tell me which are the best and mandatory plugins/checks that should be added and checked?

Thanks

Agnes
  • 57
  • 1
  • 7

1 Answers1

0

Some plugins that i find very useful:

  • sonarqube, works well with .NET
  • Official OWASP ZAP, security scanner
  • warning plugin

All depends on your requirements.

Niek
  • 346
  • 1
  • 9