Security Templates

Dependency Scanning Template

< >

3.3 Dependency Scanning Template

The Dependency Scanning Template checks for vulnerabilities in your project dependencies.

  • Include the Dependency Scanning Template:

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

include:
  - template: Dependency-Scanning.gitlab-ci.yml

Example Configuration:

stages:
  - scan

dependency_scanning:
  stage:
    - scan