Skip to content
Snippets Groups Projects
Commit 6effba95 authored by Igor Witz's avatar Igor Witz
Browse files

Update .gitlab-ci.yml, pica-etherpad/clair-whitelist.yml files

parent 8f4f9c6e
No related branches found
No related tags found
1 merge request!35Gestion des secrets
Pipeline #40787 failed
......@@ -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
......
......@@ -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
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