Docker Pull

JFrog Advanced Scans Demo: Scanning WebGoat

AuthorFullName__c
Patrick Russell
articleNumber
000005680
FirstPublishedDate
2023-04-14T18:44:55Z
lastModifiedDate
2025-05-21
VersionNumber
3
At the end of the set up process, you can pull the webgoat image through the remote using a command like this:
#Subdomain method
docker pull docker.art.local/webgoat/webgoat-8.0

#Repository Path method
docker pull art.local/docker-remote/webgoat/webgoat-8.0
Xray will scan the image automatically, if it hasn't been scanned yet add the repository in the Admin -> Xray -> Settings -> Indexed Resources menu.

This is what the Xray scan should look like in the Artifactory -> Artifacts -> docker-remote menu if the scan is completed successfully:

User-added image