Intro
CI/CD Fundamentals
git-vars package
Role Based Access Control
Protected Branches and Tags
Security Templates
Artifact Management
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