4. Add Container and Dependency Scanning
Add [Container](https://docs.gitlab.com/ee/user/application_security/container_scanning/) and [Dependency](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/) scanning to the CI pipeline.
- [x] 1. Find the `4-add-container-and-dependency-scanning` branch in `Repository > Branches`
- [x] 2. Click `Merge Request` to create a new MR from this branch
- [x] 3. Uncheck `Delete source branch when merge request is accepted.` if you prefer to keep the branch.
- [x] 4. Click `Create Merge Request`
- [x] 5. Review the changes to `.gitlab-ci.yml` in the `Changes` tab
- [x] 6. Note `CS_DEFAULT_BRANCH_IMAGE` defined in `variables`
- [x] 7. Review the `.gitlab/Jobs/Container-Scanning.gitlab-ci.yml` template
- [x] 8. Note the `artifacts:paths:` block, these will be used later when uploading additional evidence
- [x] 9. Review the `.gitlab/Jobs/Dependency-Scanning.gitlab-ci.yml` template
- [x] 10. Click `Mark as Ready` on the `Overview` tab
- [x] 11. Click `Merge`
issue