From 6effba95429ab18dd5ed59ee4090cec62d8242a0 Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Wed, 29 May 2019 15:36:13 +0200 Subject: [PATCH] Update .gitlab-ci.yml, pica-etherpad/clair-whitelist.yml files --- .gitlab-ci.yml | 26 ++------------------------ pica-etherpad/clair-whitelist.yml | 2 +- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54c492ad..8f1135ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,34 +3,12 @@ services: - docker:dind stages: - - test-pgp - metabuild - build + - deployment - static_tests - dynamic_tests - - deployment - -# build the container that further steps will run in in order to avoid duplicating instructions between steps -test-pgp: - stage: test-pgp - variables: - PICA_ENVIRONMENT: "TEST" - before_script: - - apk add gnupg - - chmod +x decrypt-secrets.sh - - export MODIFIED_IMAGE=pica-etherpad - script: - - ./decrypt-secrets.sh - - fail stage - tags: [build] - only: - changes: - - "pica-dokuwiki/*" - - "pica-etherpad/*" - refs: - - master - - dev-ci - + # build the container that further steps will run in in order to avoid duplicating instructions between steps metabuild: stage: metabuild diff --git a/pica-etherpad/clair-whitelist.yml b/pica-etherpad/clair-whitelist.yml index 3e2f6a71..4fafe750 100644 --- a/pica-etherpad/clair-whitelist.yml +++ b/pica-etherpad/clair-whitelist.yml @@ -20,4 +20,4 @@ generalwhitelist: CVE-2017-12424: shadow -> Pas de contre mesure CVE-2018-6954: systemd -> Pas de contre mesure CVE-2018-15686: systemd -> Pas de contre mesure - CVE-2018-6797: Perl est une dépendance du client mysql et la version non vulnérable dans stretch n'a pas été backportée -> Pas de contre-mesure \ No newline at end of file + CVE-2018-6797: Perl est une dépendance du client mysql et la version non vulnérable dans stretch n'a pas été backportée -> Pas de contre-mesure \ No newline at end of file -- GitLab