From 0b012abd2df10b230d85c9d20e64d264cb1a9484 Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Wed, 29 May 2019 22:37:26 +0200 Subject: [PATCH] Update pica-etherpad/clair-whitelist.yml, .gitlab-ci.yml files --- .gitlab-ci.yml | 3 +-- pica-etherpad/clair-whitelist.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b71d9caa..33384e26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ services: stages: - metabuild - build - - static_tests - dynamic_tests - deployment @@ -50,7 +49,7 @@ build: - dev-ci # run CoreOS' Clair and make the CI failed if a critical vulnerability isn't in the whitelist -clair: +.clair: stage: static_tests image: $REGISTRY/pica-ci:latest before_script: diff --git a/pica-etherpad/clair-whitelist.yml b/pica-etherpad/clair-whitelist.yml index 30bfc60f..5dbddc20 100644 --- a/pica-etherpad/clair-whitelist.yml +++ b/pica-etherpad/clair-whitelist.yml @@ -8,4 +8,4 @@ generalwhitelist: CVE-2019-9169: glibc -> Pas de contre mesure CVE-2017-12424: shadow -> Pas de contre mesure CVE-2019-11068: libxslt -> dépendance d'autres paquets, pas de correctif disponible -> Pas de contre-mesure - CVE-2019-9631: poppler -> à désinstaller \ No newline at end of file + CVE-2019-9631: poppler -> à désinstaller \ No newline at end of file -- GitLab