Skip to content

Update index.md

Sam Hewitt requested to merge samhewitt-master-patch-44767 into master

What does this MR do and why?

Updates the documentation to use Security/Container-Scanning.gitlab-ci.yml instead of Jobs/Container-Scanning.gitlab-ci.yml as it states Jobs/ is empty in 15.7 self-managed

Screenshots or screen recordings

Screenshot_2023-03-13_at_10.43.32_AM


Screenshot_2023-03-13_at_10.44.24_AM

How to set up and validate locally

As requested by user: https://gitlab.zendesk.com/agent/tickets/383946

  • Create a blank 15.7 Self-managed project.
  • Create a blank .gitlab-ci.yml
  • Add:
include:
#     - template: Jobs/Container-Scanning.gitlab-ci.yml
    - template: Security/Container-Scanning.gitlab-ci.yml
  • See error for Jobs but not Security

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcel Amirault

Merge request reports

Loading