From 1828e12361c43f07e491e06a6e02b860fedb0030 Mon Sep 17 00:00:00 2001 From: Durp Date: Fri, 27 Feb 2026 11:37:34 +0000 Subject: [PATCH] Update 6 files - /pipelines/templates/security.yml - /pipelines/docker-build-generic.yml - /pipelines/gitlab_generic_packages.yml - /pipelines/helm.yml - /pipelines/octo-templates.yml - /pipelines/terraform.yml --- pipelines/docker-build-generic.yml | 2 +- pipelines/gitlab_generic_packages.yml | 2 +- pipelines/helm.yml | 2 +- pipelines/octo-templates.yml | 2 +- pipelines/templates/security.yml | 2 +- pipelines/terraform.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pipelines/docker-build-generic.yml b/pipelines/docker-build-generic.yml index bed7b9c..232bba0 100644 --- a/pipelines/docker-build-generic.yml +++ b/pipelines/docker-build-generic.yml @@ -5,7 +5,7 @@ stages: include: - template: Security/Secret-Detection.gitlab-ci.yml - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/docker.yml' diff --git a/pipelines/gitlab_generic_packages.yml b/pipelines/gitlab_generic_packages.yml index e196ceb..41604b7 100644 --- a/pipelines/gitlab_generic_packages.yml +++ b/pipelines/gitlab_generic_packages.yml @@ -4,7 +4,7 @@ stages: - publish include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/octopus.yml' diff --git a/pipelines/helm.yml b/pipelines/helm.yml index 0c12d13..027ea45 100644 --- a/pipelines/helm.yml +++ b/pipelines/helm.yml @@ -3,7 +3,7 @@ stages: - publish include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/version.yml' diff --git a/pipelines/octo-templates.yml b/pipelines/octo-templates.yml index 7e2192b..ee51715 100644 --- a/pipelines/octo-templates.yml +++ b/pipelines/octo-templates.yml @@ -3,7 +3,7 @@ stages: - publish include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/version.yml' diff --git a/pipelines/templates/security.yml b/pipelines/templates/security.yml index 28835de..96d2ba6 100644 --- a/pipelines/templates/security.yml +++ b/pipelines/templates/security.yml @@ -3,7 +3,7 @@ stages: include: - template: Security/Secret-Detection.gitlab-ci.yml - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/codescan.yml' diff --git a/pipelines/terraform.yml b/pipelines/terraform.yml index 7456068..63aa90a 100644 --- a/pipelines/terraform.yml +++ b/pipelines/terraform.yml @@ -12,7 +12,7 @@ image: entrypoint: [""] include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/terraform.yml'