diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54c492ad17d5194879a8e2aa8c8488ce33f111a0..8f1135eea6464285d6e36b87d57571538d849463 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 3e2f6a71ca76b8589ce080fe31db03bf1899fad9..4fafe750533b7190fadef4a77f97c91b67bebcb8 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