You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/deprecations/15-9-insecure-ci-job-token.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
scope: project # Can be one or a combination of: [instance, group, project]
11
11
reporter: jocelynjane # (required) GitLab username of the person reporting the deprecation
12
12
stage: Software Supply Chain Security # (required) String value of the stage that the feature was created in. e.g., Growth
13
-
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/383084# (required) Link to the deprecation issue in GitLab
13
+
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/395708# (required) Link to the deprecation issue in GitLab
14
14
check_impact: Refer to the [Understanding this change](https://gitlab.com/gitlab-org/gitlab/-/issues/395708#understanding-this-change) section for details.
15
15
body: | # (required) Do not modify this line, instead modify the lines below.
16
16
In GitLab 14.4, we introduced a setting to [limit access _from_ your project's CI/CD job tokens (`CI_JOB_TOKEN`)](https://docs.gitlab.com/ci/jobs/ci_job_token/#limit-your-projects-job-token-access) to make it more secure.
Copy file name to clipboardExpand all lines: lib/gitlab/project_template.rb
+2-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@ def localized_templates_table
85
85
ProjectTemplate.new('kotlin_native_linux','Kotlin Native Linux',_('A basic template for developing Linux programs using Kotlin Native'),'https://gitlab.com/gitlab-org/project-templates/kotlin-native-linux'),
86
86
ProjectTemplate.new('typo3_distribution','TYPO3 Distribution',_('A template for starting a new TYPO3 project'),'https://gitlab.com/gitlab-org/project-templates/typo3-distribution','illustrations/logos/typo3.svg'),
87
87
ProjectTemplate.new('laravel','Laravel Framework',_('A basic folder structure of a Laravel application, to help you get started.'),'https://gitlab.com/gitlab-org/project-templates/laravel','illustrations/logos/laravel.svg'),
88
-
ProjectTemplate.new('nist_80053r5','NIST 800-53r5',_('A project containing issues for security and privacy controls published by the U.S. National Institute of Standards and Technology'),'https://gitlab.com/gitlab-org/project-templates/nist_80053r5')
88
+
ProjectTemplate.new('nist_80053r5','NIST 800-53r5',_('A project containing issues for security and privacy controls published by the U.S. National Institute of Standards and Technology'),'https://gitlab.com/gitlab-org/project-templates/nist_80053r5'),
89
+
ProjectTemplate.new('gitlab_components','GitLab CI/CD components',_('A basic folder structure and sample files for a CI/CD components project.'),'https://gitlab.com/gitlab-org/project-templates/gitlab-component-template')
0 commit comments