diff --git a/get-modified-image.sh b/get-modified-image.sh
index b1db5c18d3485dbcc3cddb431d31afdedbb279a2..dc212860727c80a299aa8b08d54aaacb60676c8e 100644
--- a/get-modified-image.sh
+++ b/get-modified-image.sh
@@ -7,10 +7,7 @@ RES=""
 echo "fesse"
 for i in $(git diff-tree --no-commit-id --name-only $CI_COMMIT_SHA)
 do
-	if [[ "$(printf '%s' "$i")" == *"pica"* ]]
-	then
-		RES="$(printf '%s' "$i")"
-	fi
+	echo $i
 done
 echo "babouche"
 printf '%s' "$RES"
diff --git a/pica-etherpad/clair-whitelist.yml b/pica-etherpad/clair-whitelist.yml
index 17d02ffe747ad06604672eed6afc5c7434a6b7f9..e1f59602372f9c6e4b1b3c87df2efd062da38bb2 100644
--- a/pica-etherpad/clair-whitelist.yml
+++ b/pica-etherpad/clair-whitelist.yml
@@ -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