Long list of security features
Many are only in Ultimate:
Available in all tiers:
GitLab automatically adds a job in the stage called test
Add include:
include:
- template: Security/Secret-Detection.gitlab-ci.yml
GitLab automatically adds jobs in the stage called test
Enable SAST:
include:
- template: Security/SAST.gitlab-ci.yml
See final .gitlab-ci.yml
:
git checkout 160_gitlab_ci/280_security -- '*'