Configure GitLab CD-CD Pipelines to run SCA and SAST scans.
This document provides the YAML configuration for setting up a CI/CD pipeline in GitLab to run the SLS scanners from a Docker image, using a private repository in Azure Container Registry (ACR).The example is shown with in-line variables for the SLS_CLIENT_ID, SLS_CLIENT_SECRET, and SLS_SCAN_KEY. These variables are used to authenticate with the ACR and to identify the asset being scanned. It is recommended that these be defined as pipeline variables in your GitLab CI/CD settings under Settings > CI/CD > Variables.