From e834c0bfc44b2a0e4bdedbf061f1c37faa3a45d6 Mon Sep 17 00:00:00 2001 From: vineethguna Date: Mon, 25 Apr 2022 17:30:52 +0530 Subject: [PATCH 1/2] Changed ci branch references --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afb421e4f..55d9d16e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ include: file: "standard-setup.yml" - project: "osdu/platform/ci-cd-pipelines" + ref: "add_container_scanning" file: "build/maven.yml" - project: "osdu/platform/ci-cd-pipelines" @@ -73,4 +74,5 @@ include: file: "cloud-providers/aws-maven.yml" - project: "osdu/platform/ci-cd-pipelines" + ref: "add_container_scanning" file: "cloud-providers/azure.yml" -- GitLab From be554d82c0481678de94f49d917a9f5a5b4eb072 Mon Sep 17 00:00:00 2001 From: vineethguna Date: Mon, 25 Apr 2022 18:39:01 +0530 Subject: [PATCH 2/2] Changed reference --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55d9d16e3..f1513a904 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,7 @@ variables: include: - project: "osdu/platform/ci-cd-pipelines" + ref: "add_container_scanning" file: "standard-setup.yml" - project: "osdu/platform/ci-cd-pipelines" -- GitLab