Automation extends to security. GitLab offers built-in scanners for:
: These are the lightweight agents that actually execute the jobs defined in the YAML file. They can be hosted by GitLab or self-managed to provide more control over the environment. automating devops with gitlab ci/cd pipelines pdf
test_job: stage: test script: - echo "Running tests..." - make test Automation extends to security
stages: - build - test - deploy
You can find more information on automating DevOps with GitLab CI/CD pipelines in the following PDF resources: automating devops with gitlab ci/cd pipelines pdf