SAST Deployment

Content

SAST (Static Application Security Testing) is a method of analyzing static source code to identify security vulnerabilities early in the software development lifecycle. In this chapter, we will explore how to deploy SAST using three different tools, each with a different deployment method. This chapter provides an overview of how to integrate various SAST tools into your software development process.

  1. CodeClimate (CLI)
  2. Codacy (Cloud)
  3. SonarCube (Self-Host)