Skip to content
Snippets Groups Projects
Commit 7fc20986 authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

Update file integration.gitlab-ci.yml

parent 58dcecf2
No related branches found
No related tags found
1 merge request!243Resolve "Document CVEs of images used in docker compose setup"
Pipeline #486493 failed
......@@ -96,7 +96,9 @@ docker-image-scan:
- "docker compose pull -q flyway mqtt-cat"
- |
for image in $(docker images --format '{{.Repository}}:{{.Tag}}'); do
echo $image;
echo "Scanning $image";
trivy image $image -q --severity CRITICAL >> trivy.out;
done
-"cat trivy.out"
tags:
- "dind"
\ 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