Skip to content
Snippets Groups Projects
Commit 83b92a3e authored by Git Bot Service Account's avatar Git Bot Service Account
Browse files

Integrate gitlab-ci/SW-1821-goals-2024-cybersecurity-reports-in-edgehog

--

Commit: clea-os/infrastructure/gitlab-ci@bcdbcb7b

[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.
parent c5df1ead
No related branches found
No related tags found
No related merge requests found
Subproject commit ce304cf6ff8e49250829d239d4eb52ef5999db3c Subproject commit bcdbcb7b7125acd49bf3d12ea4c2f7bb0b350cd0
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: ce304cf6ff8e49250829d239d4eb52ef5999db3c ref: bcdbcb7b7125acd49bf3d12ea4c2f7bb0b350cd0
file: 'layers-integration.yml' file: 'layers-integration.yml'
variables: variables:
GITLAB_CI_REVISION: ce304cf6ff8e49250829d239d4eb52ef5999db3c GITLAB_CI_REVISION: bcdbcb7b7125acd49bf3d12ea4c2f7bb0b350cd0
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed. # As soon as this gets fixed upstream, the hard-coded branch name should be removed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment