Whether you’re a solo developer working on a long standing project, or a developer working as part of a large (or small) team, you may be surprised at just how much variety can sneak into your codebase, even when everything is running properly. Exakat is an incredibly powerful static analyzer engine and will help you to identify issues before they become problems. In this presentation I will show you how to quickly set up and run Exakat via Docker to analyze your codebase and start incorporating this valuable tool into your toolbox.

Comments

Comments are closed.

Another great talk from Dana. Learned about all the amazing ways exakat can help poke and prod your codebase to show you what's going on with quality, style issues, compatibility issues, security (OWASP), etc. And there are many more report types too. I like how much time was dedicated to getting a sane and simple docker setup going. It was clear and immediately helpful