4. Add Container and Dependency Scanning
Add Container and Dependency scanning to the CI pipeline.
-
1. Find the 4-add-container-and-dependency-scanningbranch inRepository > Branches -
2. Click Merge Requestto create a new MR from this branch -
3. Uncheck Delete source branch when merge request is accepted.if you prefer to keep the branch. -
4. Click Create Merge Request -
5. Review the changes to .gitlab-ci.ymlin theChangestab -
6. Note CS_DEFAULT_BRANCH_IMAGEdefined invariables -
7. Review the .gitlab/Jobs/Container-Scanning.gitlab-ci.ymltemplate -
8. Note the artifacts:paths:block, these will be used later when uploading additional evidence -
9. Review the .gitlab/Jobs/Dependency-Scanning.gitlab-ci.ymltemplate -
10. Click Mark as Readyon theOverviewtab -
11. Click Merge
Edited by Paul Pickhardt