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

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

parent 33de7add
No related branches found
No related tags found
1 merge request!35Gestion des secrets
Pipeline #40837 failed
......@@ -5,8 +5,8 @@ services:
stages:
- metabuild
- build
- static_tests
- dynamic_tests
- static_tests
- deployment
# build the container that further steps will run in in order to avoid duplicating instructions between steps
......@@ -95,6 +95,7 @@ docker-bench-security:
- if [[ -d $MODIFIED_IMAGE/secrets ]]; then for i in $MODIFIED_IMAGE/secrets/*.example ; do cp $i $(echo $i| cut -d '.' -f1,2); done; fi;
# let docker-compose create the required volumes and networks
- "sed -i -e 's/external: true/external: false/g' $MODIFIED_IMAGE/docker-compose.yml"
- cat $MODIFIED_IMAGE/docker-compose.yml
script:
- cd $MODIFIED_IMAGE
- docker-compose up -d
......
......@@ -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
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