Static Application Security Testing (SAST) Template

Security Templates

3.4 Static Application Security Testing (SAST) Template

The SAST Template analyzes your source code to detect security vulnerabilities.

  • Include the SAST Template:

    Add the following line to your .gitlab-ci.yml file.

include:
  - template: Jobs/SAST.gitlab-ci.yml

Example Configuration:

stages:
  - test

Optional feedback