Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
gitlab-tools.yml 339 B
include:
  - template: Security/Dependency-Scanning.gitlab-ci.yml
  - template: Security/SAST.gitlab-ci.yml
  - template: Security/Secret-Detection.gitlab-ci.yml

dependency_scanning:
  before_script: echo ""
  stage: security

sast:
  before_script: echo ""
  stage: security

secret_detection:
  before_script: echo ""
  stage: security