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

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

parent a780503d
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #30692 failed
......@@ -13,7 +13,8 @@ build:
- echo $REGISTRY_PASSWORD | docker login $REGISTRY -u $REGISTRY_USERNAME --password-stdin
- apk update
- apk add git
- chmod +x get-modified-image.sh
- chmod +x ./get-modified-image.sh
- ls -al
- export MODIFIED_IMAGE_FULL=$(./get-modified-image.sh)
- export MODIFIED_IMAGE=$(echo $MODIFIED_IMAGE_FULL | cut -d ':' -f1)
- echo -e "Building container $MODIFIED_IMAGE"
......
......@@ -13,4 +13,4 @@ generalwhitelist:
CVE-2017-1000408: glibc -> Pas de contre mesure
CVE-2018-6954: systemd -> Pas de contre mesure
CVE-2016-7167: curl -> Paquet utilisé uniquement pour le healthcheck sur l'URL 127.0.0.1 ->
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