From 83b92a3eae39645d266ff0e972c087931e405283 Mon Sep 17 00:00:00 2001 From: service_account_gitbot <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com> Date: Thu, 10 Apr 2025 17:39:53 +0000 Subject: [PATCH] Integrate gitlab-ci/SW-1821-goals-2024-cybersecurity-reports-in-edgehog -- Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/bcdbcb7b7125acd49bf3d12ea4c2f7bb0b350cd0 [SECURITY] Add stage to perform Exein Analyzer security scan reports * This new stage allows to perform security scan reports taking advantage of Exein analyzer CLI. * Currently the scan is performed on the kernel and Yocto image artifacts only. * The stage also adds the security report to the same Azure folder and add the link to the link report. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index ce304cf..bcdbcb7 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit ce304cf6ff8e49250829d239d4eb52ef5999db3c +Subproject commit bcdbcb7b7125acd49bf3d12ea4c2f7bb0b350cd0 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1ae208..3bc6b33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - ref: ce304cf6ff8e49250829d239d4eb52ef5999db3c + ref: bcdbcb7b7125acd49bf3d12ea4c2f7bb0b350cd0 file: 'layers-integration.yml' variables: - GITLAB_CI_REVISION: ce304cf6ff8e49250829d239d4eb52ef5999db3c + GITLAB_CI_REVISION: bcdbcb7b7125acd49bf3d12ea4c2f7bb0b350cd0 # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # As soon as this gets fixed upstream, the hard-coded branch name should be removed. -- GitLab