You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
Hi, I have been testing anchore against several images and it seems the results are the same. I use the command like anchore-cli image vuln maineffort/kbastani-movie-microservice os.
For example all the images of the Spring PetClinic microservices have the same results, even with images from another repository. root@test-virtual-machine:~/tester/rep# du --all --human-readable --apparent-size 120K ./spring-petclinic-vets-service.txt 120K ./spring-petclinic-visits-service.txt 120K ./spring-petclinic-customers-service.txt 120K ./spring-petclinic-api-gateway.txt 120K ./kbastani-movie-microservice.txt 120K ./kbastani-movies-ui.txt
Note - here I am just illustrating using file sizes but I have also compared the raw results.
Am I mixing the commands or what am I missing ? I expect the results to be different even when similar base images are used. Cheers.