Commit b5a483a1 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'mc/documentation/remote-includes-security' into 'master'

Document concerns when including remote CI configs

See merge request gitlab-org/gitlab!72789
parents 7109a820 a9917c4c
......@@ -598,6 +598,11 @@ include:
All [nested includes](#nested-includes) execute without context as a public user,
so you can only `include` public projects or templates.
NOTE:
Be careful when including a remote CI/CD configuration file. No pipelines or notifications
trigger when external CI/CD configuration files change. From a security perspective,
this is similar to pulling a third party dependency.
#### `include:template`
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/53445) in GitLab 11.7.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment