Auto DevOps Security Template

Security Templates

3.1 Auto DevOps Security Template

The Auto DevOps Security Template is a comprehensive configuration that includes multiple security scans, making it easy to implement security in your CI/CD pipeline.

  1. Enable Auto DevOps:

    • Go to your project in GitLab.
    • Click on Settings > CI / CD.

    auto-devops

    • Toggle the Enable Auto DevOps switch to On.

    auto-devops-2

  2. Example Configuration: Auto DevOps automatically includes various security scans, such as SAST, Dependency Scanning, Secret Detection, and more.

include:
  - template: Auto-DevOps.gitlab-ci.yml

Optional feedback