1. The build will appear in the builds section as below -
2. Once you click on the build, it will show you the build numbers as shown below -
As you can see that the Xray status is also showing as the builds are scanned and the violations are given. If you would like to check the XRay status specific to a build number, then click on the build number and then go to the “XRay Data” as below -
The scan which was done for the image which was pushed to Artifactory, can be seen here -
The maven packages that we have pushed to the Artifactory are deployed to the repository and the packages have also been scanned as we can see the violations in the Xray tab as shown below -
Please note that the steps that we are doing here, except the docker build steps and the maven build steps from Dockerfile, are basically the steps as mentioned in this blog – https://jfrog.com/blog/manage-your-docker-builds-with-jfrog-cli-in-5-easy-steps/. Kindly go through it as well for more clarity on how the JFrog CLI works with docker.