Loading content/handbook/customer-success/professional-services-engineering/education-services/secessentialshandson3.md +8 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,14 @@ In this lab, you will learn how to scan for vulnerabilities in your containers. > This can be added anywhere in the list of templates. 1. You will also need to tell the Container Scanning tool about which image to scan. Add the following code beneath the `secret_detection` job: ```yaml container_scanning: variables: CS_IMAGE: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA ``` 1. Commit the changes with an appropriate commit message. 1. Navigate to **Build > Pipelines** to watch the progress of the new pipeline. Loading Loading
content/handbook/customer-success/professional-services-engineering/education-services/secessentialshandson3.md +8 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,14 @@ In this lab, you will learn how to scan for vulnerabilities in your containers. > This can be added anywhere in the list of templates. 1. You will also need to tell the Container Scanning tool about which image to scan. Add the following code beneath the `secret_detection` job: ```yaml container_scanning: variables: CS_IMAGE: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA ``` 1. Commit the changes with an appropriate commit message. 1. Navigate to **Build > Pipelines** to watch the progress of the new pipeline. Loading